Pārlūkot izejas kodu

Fix test of memset

Stéphane Raimbault 17 gadi atpakaļ
vecāks
revīzija
b95e736309
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      wscript

+ 1 - 1
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'