From cc73d8e28a34cce0344822194a2629a717866abf Mon Sep 17 00:00:00 2001 From: cjdebenh Date: Wed, 30 May 2001 00:33:19 +0000 Subject: [PATCH] Swaped order of HAVE_PROCFS_H and HAVE_SYS_PROCFS_H top allow the structured version to override the sys version --- clients/lcdproc/mem.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/lcdproc/mem.c b/clients/lcdproc/mem.c index 8b73f6b..153c832 100644 --- a/clients/lcdproc/mem.c +++ b/clients/lcdproc/mem.c @@ -19,12 +19,12 @@ #include #include #include -#ifdef HAVE_SYS_PROCFS_H -# include -#endif #ifdef HAVE_PROCFS_H # include #endif +#ifdef HAVE_SYS_PROCFS_H +# include +#endif #endif