Many files:
  Checked in e2fsprogs-1.07

diff --git a/lib/uuid/clear.c b/lib/uuid/clear.c
index 5127e01..32e26d4 100644
--- a/lib/uuid/clear.c
+++ b/lib/uuid/clear.c
@@ -1,7 +1,16 @@
 /*
  * clear.c -- Clear a UUID
+ * 
+ * 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 "string.h"
+
 #include "uuidP.h"
 
 void uuid_clear(uuid_t uu)