projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224dcca
)
Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
author
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:18:32 +0000
(23:18 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:18:32 +0000
(23:18 +0000)
xstrto... functions.
lib/human.c
patch
|
blob
|
history
diff --git
a/lib/human.c
b/lib/human.c
index f7dcdfb2a890ba63acf4e5459d9310f416eb5c07..6a41fc53328062d84fa0b78dbc6e684b2bde522b 100644
(file)
--- a/
lib/human.c
+++ b/
lib/human.c
@@
-54,7
+54,7
@@
char *getenv ();
#include <argmatch.h>
#include <error.h>
-#include <xstrto
u
l.h>
+#include <xstrtol.h>
#include "human.h"