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:
@@ -19,12 +19,12 @@
|
|||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/swap.h>
|
#include <sys/swap.h>
|
||||||
#ifdef HAVE_SYS_PROCFS_H
|
|
||||||
# include <sys/procfs.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_PROCFS_H
|
#ifdef HAVE_PROCFS_H
|
||||||
# include <procfs.h>
|
# include <procfs.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_SYS_PROCFS_H
|
||||||
|
# include <sys/procfs.h>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user