summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-05-14 16:09:51 +0000
committerJim Meyering <jim@meyering.net>1994-05-14 16:09:51 +0000
commita0f30b3f2c9254411cce3cde1639980b623bcb75 (patch)
tree7ec4757d3e0f4e59377b9af776bfa9b3cd752085 /src
parent8b21a5c229def0d824fc821e48872e02252ef73e (diff)
downloadcoreutils-a0f30b3f2c9254411cce3cde1639980b623bcb75.tar.xz
merge with 1.9.4l + local build mods
Diffstat (limited to 'src')
-rw-r--r--src/pwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pwd.c b/src/pwd.c
index 06fa29432..96c3bbfe4 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -29,6 +29,7 @@
#endif
#include <stdio.h>
+#include <sys/types.h>
#include "system.h"
#include "long-options.h"