Making note of my changes
[oweals/busybox.git] / tail.c
diff --git a/tail.c b/tail.c
index 7a64c4ca3734618f2ca7a8de63e424bc82fc3765..697177dc7b611203828f6fc44e91c2b1083d4b05 100644 (file)
--- a/tail.c
+++ b/tail.c
@@ -27,6 +27,7 @@
 #include "internal.h"
 
 #include <stdio.h>
+#include <stdarg.h>
 #include <assert.h>
 #include <errno.h>
 #include <sys/types.h>