Added stdint.h

This commit is contained in:
nifi 2007-08-07 11:09:38 +00:00
parent 6b2cd5c2d4
commit 39c12bad29

View File

@ -37,6 +37,9 @@ unsigned long clock_seconds(void);
#define LOG_CONF_ENABLED 0
/* Standard integer types. */
#include <stdint.h>
/**
* The 8-bit unsigned data type.
*