summaryrefslogtreecommitdiff
path: root/include/sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sort.h')
-rw-r--r--include/sort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sort.h b/include/sort.h
index 0c6b588fcb..8489d066d5 100644
--- a/include/sort.h
+++ b/include/sort.h
@@ -17,6 +17,7 @@
* 0 if element at s1 == element at s2,
* > 0 if element at s1 > element at s2,
*/
+#include <linux/types.h>
void qsort(void *base, size_t nmemb, size_t size,
int (*compar)(const void *s1, const void *s2));