summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string.c b/src/string.c
index 6268d00..6be7c2a 100644
--- a/src/string.c
+++ b/src/string.c
@@ -21,6 +21,7 @@
* MA 02111-1307, USA.
*/
+#include <errno.h>
#include <stdlib.h>
#include <string.h>