summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index db6ed6b..392abab 100644
--- a/expac.c
+++ b/expac.c
@@ -28,7 +28,7 @@
#include <alpm.h>
#include <ctype.h>
#include <getopt.h>
-/* #include <limits.h> */
+#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>