Renamed "internal.h" to the more sensible "busybox.h".
[oweals/busybox.git] / nc.c
diff --git a/nc.c b/nc.c
index a544f32fc7488c662fa356d73373d3df55bf0135..fcacb0c45b45231f634fdc6317475dadf2a6e668 100644 (file)
--- a/nc.c
+++ b/nc.c
@@ -25,7 +25,7 @@
     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 */
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>