blob: 0c771b57c9d273dda8cf509ef419b96dc7f767ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/defines.h
+++ b/src/defines.h
@@ -22,6 +22,7 @@
#ifndef __HAVE_DEFINE_H
#define __HAVE_DEFINE_H
+#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
|