]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspstring.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / inspstring.cpp
index 7b9624fcf00cda6a3b48f1ab75d40703b1867660..4f1875b8c870ee728d86c254ac832b2c6508a7f8 100644 (file)
@@ -1,5 +1,8 @@
 #include "inspircd_config.h"
 #include "inspstring.h"
+#include <cstddef>
+#include <string.h>
+#include <stdio.h>
 
 /*
  * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -28,7 +31,7 @@
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
  
-#ifndef HAVE_STRLCPY
+#ifndef HAS_STRLCPY
 size_t strlcat(char *dst, const char *src, size_t siz)
 {
   char *d = dst;