chiark / gitweb /
add missing includes
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 12 Aug 2008 09:18:39 +0000 (11:18 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 12 Aug 2008 09:18:39 +0000 (11:18 +0200)
extras/usb_id/usb_id.c
udev/udev_rules_parse.c
udev/udev_sysdeps.c

index 5b78b975d84c9d06482ac5d38f65dfa386f70cd6..92492c8665dbf77ee7e0a37c622974fad8b308c5 100644 (file)
@@ -11,6 +11,8 @@
  *     Free Software Foundation version 2 of the License.
  */
 
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
index bf833bae54d4f38cb0ca1c7c5e6ff3a408dd788a..705b3feb04ac436b57b9525feebedbec52a7bf7f 100644 (file)
@@ -17,6 +17,8 @@
  *
  */
 
+#include "config.h"
+
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
index ef5b09ef89ea471dbdffac764c3ccae5b40fda7c..cd7d148398813256c1a8ae4e77e76e4390830737 100644 (file)
@@ -21,6 +21,8 @@
 #include <string.h>
 #include <sys/types.h>
 
+#include "udev_sysdeps.h"
+
 #ifndef HAVE_STRLCPY
 size_t strlcpy(char *dst, const char *src, size_t size)
 {