Fix adjtimex applet compile

This commit is contained in:
Eric Andersen 2002-12-06 21:41:09 +00:00
parent b077c9f47d
commit cc2bc454d1

View File

@ -52,9 +52,7 @@ extern int adjtimex(struct timex *buf);
#include <sys/timex.h>
#endif
#ifdef BB_VER
#include "busybox.h"
#endif
static struct {int bit; char *name;} statlist[] = {
{ STA_PLL, "PLL" },