Swaped order of HAVE_PROCFS_H and HAVE_SYS_PROCFS_H top allow the structured version to override the sys version

This commit is contained in:
cjdebenh
2001-05-30 00:33:19 +00:00
parent 5d6406feb1
commit cc73d8e28a
+3 -3
View File
@@ -19,12 +19,12 @@
#include <strings.h>
#include <sys/stat.h>
#include <sys/swap.h>
#ifdef HAVE_SYS_PROCFS_H
# include <sys/procfs.h>
#endif
#ifdef HAVE_PROCFS_H
# include <procfs.h>
#endif
#ifdef HAVE_SYS_PROCFS_H
# include <sys/procfs.h>
#endif
#endif