commit b67583c2e7762e9e26ef6748d85859340748a3e5
parent bee79dc88e64b50b65ec475db048023eb08e90fe
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Sat, 25 Feb 2012 13:31:00 +0100
importing string.h now as well
(wondered why it worked without anyway)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ansilove/main.c b/ansilove/main.c
@@ -1,5 +1,5 @@
//
-// main.m
+// main.c
// AnsiLove/C
//
// Copyright (c) 2011-2012 "the international ANSi conspiracy".
@@ -20,6 +20,7 @@
#else
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <stdbool.h>
#include "alconfig.h"
#include "strtolower.h"