Include stdint.h in util.h for uintmax_t

This commit is contained in:
sin 2015-04-28 11:35:37 +01:00
parent a04da01160
commit 42326f7684
1 changed files with 1 additions and 0 deletions

1
util.h
View File

@ -3,6 +3,7 @@
#include <regex.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include "arg.h"