From: Tobias Brunner Date: Tue, 15 Jun 2010 08:57:12 +0000 (+0200) Subject: Explicitly include stdint.h for UINT64_MAX. X-Git-Tag: 4.4.1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e9d313ff81f7d6bc2f001772d96c7d2eb8e510d;p=thirdparty%2Fstrongswan.git Explicitly include stdint.h for UINT64_MAX. This is required on FreeBSD 8. --- diff --git a/src/libcharon/config/child_cfg.c b/src/libcharon/config/child_cfg.c index ba35a086a7..a33502eff7 100644 --- a/src/libcharon/config/child_cfg.c +++ b/src/libcharon/config/child_cfg.c @@ -17,6 +17,8 @@ #include "child_cfg.h" +#include + #include ENUM(action_names, ACTION_NONE, ACTION_RESTART,