]> sourceware.org Git - dm.git/commitdiff
configure.h isn't a system header
authorAlasdair Kergon <agk@redhat.com>
Fri, 27 Apr 2007 18:01:45 +0000 (18:01 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 27 Apr 2007 18:01:45 +0000 (18:01 +0000)
dmsetup/dmsetup.c

index ff7251a7468fe2c5f47019b33462293689797a1b..25f14a6e11c3247cd859553519fdc97c3ab36b74 100644 (file)
@@ -19,7 +19,7 @@
 #define _GNU_SOURCE
 #define _FILE_OFFSET_BITS 64
 
-#include <configure.h>
+#include "configure.h"
 
 #include "libdevmapper.h"
 #include "log.h"
This page took 0.100814 seconds and 5 git commands to generate.