[parted-devel] [PATCH 07/11] parted: Fix config.h include in jsonwrt.c
Brian C. Lane
bcl at redhat.com
Tue Mar 29 00:29:18 BST 2022
---
parted/jsonwrt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parted/jsonwrt.c b/parted/jsonwrt.c
index 1560224..d562133 100644
--- a/parted/jsonwrt.c
+++ b/parted/jsonwrt.c
@@ -7,7 +7,7 @@
* Written by Karel Zak <kzak at redhat.com>
*/
-#include "config.h"
+#include <config.h>
#include <stdio.h>
#include <inttypes.h>
#include <ctype.h>
--
2.34.1
More information about the parted-devel
mailing list