Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / sort.c
diff --git a/sort.c b/sort.c
index efff6b65387c922f4df8d0339489edcb4e6462b4..2aef2d95511f9df59369ee9170ca4eb76eec4e8c 100644 (file)
--- a/sort.c
+++ b/sort.c
@@ -22,6 +22,8 @@
  */
 
 #include "busybox.h"
+#include <getopt.h>
+#include <stdlib.h>
 
 int compare_ascii(const void *x, const void *y)
 {