Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / which.c
diff --git a/which.c b/which.c
index 7df2557a316208422cf4857b74fae5f2c5a15f65..da8801fabe6789865dd5cfc3265a683fcc8a7cbb 100644 (file)
--- a/which.c
+++ b/which.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 
 extern int which_main(int argc, char **argv)