Implement suggestion from Adam Slattery, (don't default to killing closing bug #1190.
[oweals/busybox.git] / true_false.c
index 333541c9b41e842e5db078c2988969e5e79ad6db..76183431c5ed8981020162f507f62bf15abbdea4 100644 (file)
@@ -3,7 +3,7 @@
  * Mini true/false implementation for busybox
  *
  *
- * Copyright (C) 1999,2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -22,6 +22,9 @@
  *
  */
 
+/* getopt not needed */
+
+#include <stdlib.h>
 #include "busybox.h"