From b95e736309cf7207ae912f043a230f66bfd049f5 Mon Sep 17 00:00:00 2001 From: Stéphane Raimbault Date: Sun, 6 Apr 2008 17:36:30 +0200 Subject: [PATCH] Fix test of memset --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index a73597e..0c2be18 100644 --- a/wscript +++ b/wscript @@ -16,7 +16,7 @@ def configure(conf): conf.check_tool('compiler_cc') conf.check_tool('misc') - headers = 'termios.h sys/time.h \ + headers = 'string.h termios.h sys/time.h \ unistd.h errno.h limits.h fcntl.h \ sys/types.h sys/socket.h sys/ioctl.h \ netinet/in.h netinet/ip.h netinet/tcp.h arpa/inet.h' -- libgit2 0.21.4