Skip to content

Commit

Permalink
drivers/usb-common.c: make sure to have settings like HAVE_LIBREGEX v…
Browse files Browse the repository at this point in the history
…isible when processing other headers [networkupstools#1369]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Sep 19, 2023
1 parent cbce8c3 commit cb5e92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include "config.h" /* must be first */
#include "common.h"
#include "usb-common.h"

Expand Down

0 comments on commit cb5e92c

Please sign in to comment.