]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/colors: change an include to a local one
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 28 Apr 2014 16:10:38 +0000 (18:10 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 09:09:25 +0000 (11:09 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
lib/colors.c

index 8b6f089e1a225c4f56d69fe4d99c78123b3bc6e8..195027376fd0dd98c5ef2e118562cbe31f863993 100644 (file)
@@ -4,10 +4,10 @@
  * This file may be distributed under the terms of the
  * GNU Lesser General Public License.
  */
-#include <c.h>
 #include <assert.h>
 #include <sys/stat.h>
 
+#include "c.h"
 #include "colors.h"
 #include "xalloc.h"
 #include "pathnames.h"