commit | 050737f7985a85beb3cb9f67a64404ed659382d2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 14 11:40:12 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 14 11:40:12 2010 +0100 |
tree | 40c349edfe2e80a4385cc38dca4b8a5c41951644 | |
parent | 346f76ddbdc9d98ef87b700496ea325cce6f4040 [diff] |
[BUILD] remove a warning in standard.h on AIX
diff --git a/include/common/standard.h b/include/common/standard.h index 7a63729..c1f3d1a 100644 --- a/include/common/standard.h +++ b/include/common/standard.h
@@ -23,6 +23,7 @@ #define _COMMON_STANDARD_H #include <limits.h> +#include <string.h> #include <time.h> #include <sys/types.h> #include <netinet/in.h>