Renamed "internal.h" to the more sensible "busybox.h".
 -Erik
diff --git a/sysklogd/logger.c b/sysklogd/logger.c
index f4a0f82..fa1cf6d 100644
--- a/sysklogd/logger.c
+++ b/sysklogd/logger.c
@@ -21,7 +21,7 @@
  *
  */
 
-#include "internal.h"
+#include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <sys/types.h>