summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-08 03:29:02 +0000
committerJim Meyering <jim@meyering.net>1999-02-08 03:29:02 +0000
commitf7bb13ecd8980a93f05c8d39ad07325a062dafec (patch)
tree4139b48683409fa7efc87fdaf00ae1f8d56cc5e3 /src
parent68737ed84ba7fa388f017de311f70dd858d7b183 (diff)
downloadcoreutils-f7bb13ecd8980a93f05c8d39ad07325a062dafec.tar.xz
Include stdio.h.
Diffstat (limited to 'src')
-rw-r--r--src/pinky.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pinky.c b/src/pinky.c
index e07e9f8bc..6fd24df61 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -20,6 +20,7 @@
#include <config.h>
#include <getopt.h>
#include <pwd.h>
+#include <stdio.h>
#include "system.h"
#include "error.h"