1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-06 00:38:55 +02:00

Explicitly include sys/types.h before including system.h.

This commit is contained in:
Jim Meyering
2000-11-17 08:31:01 +00:00
parent b73eb2433d
commit 7daa83a149
4 changed files with 11 additions and 3 deletions
+2
View File
@@ -22,7 +22,9 @@
#include <pwd.h>
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
#include "error.h"
#include "readutmp.h"
#include "closeout.h"
+3 -1
View File
@@ -21,10 +21,12 @@
#include <getopt.h>
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
#include "error.h"
#include "long-options.h"
#include "readutmp.h"
#include "system.h"
#include "closeout.h"
/* The official name of this program (e.g., no `g' prefix). */
+3 -1
View File
@@ -21,10 +21,12 @@
#include <getopt.h>
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
#include "error.h"
#include "long-options.h"
#include "readutmp.h"
#include "system.h"
#include "closeout.h"
/* The official name of this program (e.g., no `g' prefix). */
+3 -1
View File
@@ -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). */