summary refs log tree commit diff
path: root/src/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/jobs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jobs.h b/src/jobs.h
index 9c095ea..953ee87 100644
--- a/src/jobs.h
+++ b/src/jobs.h
@@ -34,7 +34,7 @@
  *	@(#)jobs.h	8.2 (Berkeley) 5/4/95
  */
 
-#include <stdint.h>
+#include <inttypes.h>
 #include <sys/types.h>
 
 /* Mode argument to forkshell.  Don't change FORK_FG or FORK_BG. */