projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e464d7
)
Include <string.h> not <strings.h>.
author
drepper
<drepper>
Tue, 30 Sep 1997 16:52:56 +0000
(16:52 +0000)
committer
drepper
<drepper>
Tue, 30 Sep 1997 16:52:56 +0000
(16:52 +0000)
stdlib/tst-strtol.c
patch
|
blob
|
history
diff --git
a/stdlib/tst-strtol.c
b/stdlib/tst-strtol.c
index
62acafb
..
483e713
100644
(file)
--- a/
stdlib/tst-strtol.c
+++ b/
stdlib/tst-strtol.c
@@
-5,7
+5,7
@@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
-#include <string
s
.h>
+#include <string.h>
#include <limits.h>
struct ltest