diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index 997e4668421..3fa3c30ce0e 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1141,11 +1141,11 @@ extern char *getenv (); | |||
| 1141 | #endif /* __P */ | 1141 | #endif /* __P */ |
| 1142 | 1142 | ||
| 1143 | #ifdef HAVE_STRING_H | 1143 | #ifdef HAVE_STRING_H |
| 1144 | #include "string.h" | 1144 | #include <string.h> |
| 1145 | #endif | 1145 | #endif |
| 1146 | 1146 | ||
| 1147 | #ifdef HAVE_STRINGS_H | 1147 | #ifdef HAVE_STRINGS_H |
| 1148 | #include "strings.h" /* May be needed for bcopy & al. */ | 1148 | #include <strings.h> /* May be needed for bcopy & al. */ |
| 1149 | #endif | 1149 | #endif |
| 1150 | 1150 | ||
| 1151 | #ifdef HAVE_STDLIB_H | 1151 | #ifdef HAVE_STDLIB_H |