summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-09-10 15:15:11 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-09-10 15:39:38 -0500
commit4b7fa734a06975010b24ce31b1c3bee5c7de569c (patch)
tree64be0f8ffbb11c013d5b0fcf5eea93fc7b4c4cb8
parent2bf63fcba72c4f4bc54a4caf53d7923c1f9f174f (diff)
downloadpaxutils-4b7fa734a06975010b24ce31b1c3bee5c7de569c.tar.gz
Exploit recent Gnulib stdbool changes
* lib/system.h: Do not include <stdbool.h>, as the Gnulib stdbool module now emulates C23.
-rw-r--r--lib/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system.h b/lib/system.h
index bf035ff..89eceee 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -401,7 +401,6 @@ void *malloc ();
char *getenv ();
#endif
-#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>