Commit b95e736309cf7207ae912f043a230f66bfd049f5

Authored by Stéphane Raimbault
1 parent ab9a9bc0

Fix test of memset

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -16,7 +16,7 @@ def configure(conf):
16 16 conf.check_tool('compiler_cc')
17 17 conf.check_tool('misc')
18 18  
19   - headers = 'termios.h sys/time.h \
  19 + headers = 'string.h termios.h sys/time.h \
20 20 unistd.h errno.h limits.h fcntl.h \
21 21 sys/types.h sys/socket.h sys/ioctl.h \
22 22 netinet/in.h netinet/ip.h netinet/tcp.h arpa/inet.h'
... ...