hush: trivial buglet found by randomconfig testing
[oweals/busybox.git] / miscutils / eject.c
index 5d7ef1c28ddabbcdff19cd4814f023ce5c2fa95d..631a344a19f80a8472dcf46fbb5536114d6cdb30 100644 (file)
@@ -13,7 +13,7 @@
  * Most of the dirty work blatantly ripped off from cat.c =)
  */
 
-#include "busybox.h"
+#include "libbb.h"
 
 /* various defines swiped from linux/cdrom.h */
 #define CDROMCLOSETRAY            0x5319  /* pendant of CDROMEJECT  */