[parted-devel] [PATCH] atari.c: Drop xlocale.h (#1476934)
Brian C. Lane
bcl at redhat.com
Mon Jul 31 22:36:32 UTC 2017
glibc no longer includes this header. locale.h should work just fine.
---
libparted/labels/atari.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libparted/labels/atari.c b/libparted/labels/atari.c
index 36e68b9..ea4c87f 100644
--- a/libparted/labels/atari.c
+++ b/libparted/labels/atari.c
@@ -37,7 +37,6 @@
#include <parted/endian.h>
#include <string.h>
#include <locale.h>
-#include <xlocale.h>
#include <stdint.h>
#include <ctype.h>
#include <stddef.h>
--
2.9.4
More information about the parted-devel
mailing list