Skip to content

Commit

Permalink
Use string.h not strings.h in all cases
Browse files Browse the repository at this point in the history
darcs-hash:20060809223452-ac50b-67c4b5af37ebd17ff6d7c1403ff3231272f35465.gz
  • Loading branch information
liljencrantz committed Aug 9, 2006
1 parent b11f366 commit a2c70f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builtin_help.hdr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <string.h>
#include <wchar.h>
#include <sys/types.h>

Expand Down
2 changes: 1 addition & 1 deletion env_universal.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
#include <strings.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down
2 changes: 1 addition & 1 deletion env_universal_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <wchar.h>
#include <strings.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down

0 comments on commit a2c70f4

Please sign in to comment.