void-packages/srcpkgs/indent/patches/fix-locale_h.patch

13 lines
229 B
Diff
Raw Normal View History

2018-09-07 03:43:27 +00:00
--- src/indent.c
+++ src/indent.c
@@ -71,9 +71,7 @@
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
-#ifdef HAVE_LOCALE_H
#include <locale.h>
-#endif
#include "indent.h"
#include "backup.h"
#include "code_io.h"