summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-17 08:31:01 +0000
committerJim Meyering <jim@meyering.net>2000-11-17 08:31:01 +0000
commit7daa83a149b8bb7fe1a50187f485ee48cc901153 (patch)
tree19be42c610b9e919b90826822a0233479ec4d24c /src/who.c
parentb73eb2433da3bd3e4397ff638789e43b5fd80309 (diff)
downloadcoreutils-7daa83a149b8bb7fe1a50187f485ee48cc901153.tar.xz
Explicitly include sys/types.h before including system.h.
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/who.c b/src/who.c
index a937365e1..06b01a7df 100644
--- a/src/who.c
+++ b/src/who.c
@@ -28,9 +28,11 @@
#include <getopt.h>
#include <stdio.h>
+#include <sys/types.h>
+#include "system.h"
+
#include "error.h"
#include "readutmp.h"
-#include "system.h"
#include "closeout.h"
/* The official name of this program (e.g., no `g' prefix). */