Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / true_false.c
index 333541c9b41e842e5db078c2988969e5e79ad6db..187f68072fe5c5eeb48ebeb3baa0d1b1e143980a 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
@@ -23,6 +23,7 @@
  */
 
 #include "busybox.h"
+#include <stdlib.h>
 
 
 extern int true_main(int argc, char **argv)