Explicitly include stdint.h for UINT64_MAX.

This is required on FreeBSD 8.
This commit is contained in:
Tobias Brunner
2010-06-15 15:31:46 +02:00
parent ed76b21652
commit 4e9d313ff8
+2
View File
@@ -17,6 +17,8 @@
#include "child_cfg.h"
#include <stdint.h>
#include <daemon.h>
ENUM(action_names, ACTION_NONE, ACTION_RESTART,