This one should be able to deal with the USAGE macros a little
[oweals/busybox.git] / true_false.c
index 333541c9b41e842e5db078c2988969e5e79ad6db..47d3bb1e4dbe02f649e6041e24478755b259a99d 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,7 @@
  *
  */
 
+#include <stdlib.h>
 #include "busybox.h"