diff options
Diffstat (limited to 'bsearch.c')
-rw-r--r-- | bsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |