]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "physmem.h" before system includes.
authorJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:43:16 +0000 (06:43 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 15 Aug 2003 06:43:16 +0000 (06:43 +0000)
lib/physmem.c

index 7aa547425acb4605be2a0fdb70ea03a5a143a996..4f192d11b2bbb0124370bda595d1fc8947780710 100644 (file)
@@ -1,5 +1,5 @@
 /* Calculate the size of physical memory.
-   Copyright 2000, 2001, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include "physmem.h"
+
 #if HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -76,8 +78,6 @@ typedef struct
 typedef WINBOOL (WINAPI *PFN_MS_EX) (lMEMORYSTATUSEX*);
 #endif
 
-#include "physmem.h"
-
 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0]))
 
 /* Return the total amount of physical memory.  */