Add missing #include <stdint.h> for SIZE_MAX
authormillert <millert@openbsd.org>
Wed, 29 Apr 2015 00:13:26 +0000 (00:13 +0000)
committermillert <millert@openbsd.org>
Wed, 29 Apr 2015 00:13:26 +0000 (00:13 +0000)
usr.bin/m4/gnum4.c

index 8bc007b..94d2349 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: gnum4.c,v 1.49 2015/04/25 15:33:47 espie Exp $ */
+/* $OpenBSD: gnum4.c,v 1.50 2015/04/29 00:13:26 millert Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie
@@ -37,6 +37,7 @@
 #include <regex.h>
 #include <stddef.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>