Many files:
  Checked in e2fsprogs-1.07

diff --git a/lib/uuid/parse.c b/lib/uuid/parse.c
index ce3f88d..580c1fc 100644
--- a/lib/uuid/parse.c
+++ b/lib/uuid/parse.c
@@ -1,8 +1,17 @@
 /*
  * parse.c --- UUID parsing
+ * 
+ * Copyright (C) 1996, 1997 Theodore Ts'o.
+ *
+ * %Begin-Header%
+ * This file may be redistributed under the terms of the GNU Public
+ * License.
+ * %End-Header%
  */
 
+#include <stdlib.h>
 #include <stdio.h>
+#include <ctype.h>
 
 #include "uuidP.h"