diff options
-rw-r--r-- | expac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |