Fossil SCM
Merging latest updates from trunk.
Commit
0ee7e92222a5e3ed1a08e8ff792bc6bee77d707a
Parent
30ff96e7a5c4ff7…
1 file changed
+2
-1
+2
-1
| --- src/makeheaders.c | ||
| +++ src/makeheaders.c | ||
| @@ -37,15 +37,16 @@ | ||
| 37 | 37 | #include <stdlib.h> |
| 38 | 38 | #include <ctype.h> |
| 39 | 39 | #include <memory.h> |
| 40 | 40 | #include <sys/stat.h> |
| 41 | 41 | #include <assert.h> |
| 42 | +#include <string.h> | |
| 43 | + | |
| 42 | 44 | #if defined( __MINGW32__) || defined(__DMC__) || defined(_MSC_VER) || defined(__POCC__) |
| 43 | 45 | # ifndef WIN32 |
| 44 | 46 | # define WIN32 |
| 45 | 47 | # endif |
| 46 | -# include <string.h> | |
| 47 | 48 | #else |
| 48 | 49 | # include <unistd.h> |
| 49 | 50 | #endif |
| 50 | 51 | |
| 51 | 52 | /* |
| 52 | 53 |
| --- src/makeheaders.c | |
| +++ src/makeheaders.c | |
| @@ -37,15 +37,16 @@ | |
| 37 | #include <stdlib.h> |
| 38 | #include <ctype.h> |
| 39 | #include <memory.h> |
| 40 | #include <sys/stat.h> |
| 41 | #include <assert.h> |
| 42 | #if defined( __MINGW32__) || defined(__DMC__) || defined(_MSC_VER) || defined(__POCC__) |
| 43 | # ifndef WIN32 |
| 44 | # define WIN32 |
| 45 | # endif |
| 46 | # include <string.h> |
| 47 | #else |
| 48 | # include <unistd.h> |
| 49 | #endif |
| 50 | |
| 51 | /* |
| 52 |
| --- src/makeheaders.c | |
| +++ src/makeheaders.c | |
| @@ -37,15 +37,16 @@ | |
| 37 | #include <stdlib.h> |
| 38 | #include <ctype.h> |
| 39 | #include <memory.h> |
| 40 | #include <sys/stat.h> |
| 41 | #include <assert.h> |
| 42 | #include <string.h> |
| 43 | |
| 44 | #if defined( __MINGW32__) || defined(__DMC__) || defined(_MSC_VER) || defined(__POCC__) |
| 45 | # ifndef WIN32 |
| 46 | # define WIN32 |
| 47 | # endif |
| 48 | #else |
| 49 | # include <unistd.h> |
| 50 | #endif |
| 51 | |
| 52 | /* |
| 53 |