summary refs log tree commit diff
path: root/src/expand.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.h b/src/expand.h
index 4251a4a..6a90f67 100644
--- a/src/expand.h
+++ b/src/expand.h
@@ -34,7 +34,7 @@
  *	@(#)expand.h	8.2 (Berkeley) 5/4/95
  */
 
-#include <stdint.h>
+#include <inttypes.h>
 
 struct strlist {
 	struct strlist *next;