summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2022-03-25 11:22:13 -0700
committerBrian C. Lane <bcl@redhat.com>2022-03-25 11:22:13 -0700
commit42c59c7b5357cfbb0b00c5b48f6629fe98a5bc11 (patch)
tree2938bc09234a4a0c1559cee585c3a051ff5aaccb
parentb0cdc21a209f023c2adf091137fa380e62cfba0e (diff)
downloadparted-42c59c7b5357cfbb0b00c5b48f6629fe98a5bc11.tar.gz
parted: Fix config.h include in jsonwrt.c
-rw-r--r--parted/jsonwrt.c2
1 files changed, 1 insertions, 1 deletions
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@redhat.com>
*/
-#include "config.h"
+#include <config.h>
#include <stdio.h>
#include <inttypes.h>
#include <ctype.h>