diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 | ||||
-rw-r--r-- | include/libbb.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/busybox.h b/include/busybox.h index 3ff3d8a37..e7ed135c0 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -24,7 +24,7 @@ | |||
24 | #ifndef _BB_INTERNAL_H_ | 24 | #ifndef _BB_INTERNAL_H_ |
25 | #define _BB_INTERNAL_H_ 1 | 25 | #define _BB_INTERNAL_H_ 1 |
26 | 26 | ||
27 | #include "config.h" | 27 | #include "bb_config.h" |
28 | 28 | ||
29 | #include <stdio.h> | 29 | #include <stdio.h> |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
diff --git a/include/libbb.h b/include/libbb.h index 1aa7b41bd..a544465fe 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | #include <features.h> | 42 | #include <features.h> |
43 | 43 | ||
44 | #include "config.h" | 44 | #include "bb_config.h" |
45 | #ifdef CONFIG_SELINUX | 45 | #ifdef CONFIG_SELINUX |
46 | #include <selinux/selinux.h> | 46 | #include <selinux/selinux.h> |
47 | #endif | 47 | #endif |