diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugin.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c index 8e91f80..e085abb 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -14,9 +14,12 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define __STDC_LIMIT_MACROS + #include <assert.h> #include <math.h> #include <stdarg.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |