Wrap a table (bg set to black, width=80%) around the screenshot
[oweals/busybox.git] / cmp.c
diff --git a/cmp.c b/cmp.c
index 6b955447c0192b453bf437aae724a9ac1d86a0b5..dd70261df0264536ed1138e48effc6ed9b798f25 100644 (file)
--- a/cmp.c
+++ b/cmp.c
@@ -3,7 +3,7 @@
  * Mini cmp implementation for busybox
  *
  *
- * Copyright (C) 2000 by Lineo, inc.
+ * Copyright (C) 1999,2000,2001 by Lineo, inc.
  * Written by Matt Kraai <kraai@alumni.carnegiemellon.edu>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -26,6 +26,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
+#include <stdlib.h>
 
 int cmp_main(int argc, char **argv)
 {