fix compilation
[libjh.git] / hex.c
diff --git a/hex.c b/hex.c
index da394cc..3d9d07e 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -1,5 +1,6 @@
+// Copyright (2013) Jann Horn <jann@thejh.net>
+
 HEADER #include <sys/types.h>
-#include <assert.h>
 #include <string.h>
 
 static inline char hexchar(unsigned char c) {