]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Include strings.h for strcasecmp
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Aug 2015 16:32:00 +0000 (18:32 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Aug 2015 16:48:01 +0000 (18:48 +0200)
system.h

index 0692dcd46af90a4b524c8df29054bbfb55bb94ba..ca17b493ad4dc5e3bfbd59b35589b2df37fd2bd4 100644 (file)
--- a/system.h
+++ b/system.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2014 Joel Rosdahl
+ * Copyright (C) 2010-2015 Joel Rosdahl
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -44,6 +44,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <time.h>
 #include <unistd.h>
 #include <utime.h>