Adopt use of gnulib for portability.
[pspp-builds.git] / src / sort.h
index 37d9db577f30e02b2b6ade3857f4d0981d9e8de1..af443edc34b8b4f5b5003b2d73d8f805b29003ce 100644 (file)
@@ -21,7 +21,7 @@
 #define sort_h 1
 
 #include <stddef.h>
-#include "bool.h"
+#include <stdbool.h>
 
 struct casereader;
 struct dictionary;