]> git.lizzy.rs Git - dragonstd.git/blobdiff - array.h
Add flag_sub and flag_uns
[dragonstd.git] / array.h
diff --git a/array.h b/array.h
index 8976e7e59f1fd04d690dfb547b551586216fbb24..72c9eb20eee2bc52eb6d88857629b99d5575dd9f 100644 (file)
--- a/array.h
+++ b/array.h
 #ifndef _DRAGONSTD_ARRAY_H_ // include guard
 #define _DRAGONSTD_ARRAY_H_
 
-#include <stddef.h>    // for size_t
-#include <sys/types.h> // for ssize_t
-#include "bits/callback.h"
+#include <stddef.h>        // for size_t
+#include <sys/types.h>     // for ssize_t
+#include "bits/callback.h" // for Comparator
+#include "bits/compare.h"  // for cmp_ref (not used in file)
 
 typedef struct {
        /* public */