summaryrefslogtreecommitdiff
path: root/bsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsearch.c')
-rw-r--r--bsearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsearch.c b/bsearch.c
index 3c94d45..39e0711 100644
--- a/bsearch.c
+++ b/bsearch.c
@@ -1,6 +1,6 @@
#include <stddef.h>
-#include "sorters.h"
+#include "common.h"
/* If a matching element exists, returns index of one of them.
If none exists, returns index where such an element should be inserted. */