diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-13 15:06:15 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-13 15:06:15 -0500 |
commit | 120595a6d8031d740df752f32b54f4e48a11981e (patch) | |
tree | 0f8610f949d7fafc68829594379d7510fd49fe5f /bin/common.c | |
parent | a8e360a9c4eda23015e749110cc75c44f6925875 (diff) |
Fix some compilation warnings
Diffstat (limited to 'bin/common.c')
-rw-r--r-- | bin/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common.c b/bin/common.c index 0a5f5c5..452b882 100644 --- a/bin/common.c +++ b/bin/common.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <stdio.h> | 1 | #include <stdio.h> |
2 | #include <stdlib.h> | ||
2 | #include <errno.h> | 3 | #include <errno.h> |
3 | 4 | ||
4 | #include "common.h" | 5 | #include "common.h" |