projects
/
dss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333c11e
)
string.c: Include stdio instead of cmdline.h.
author
Andre Noll
<maan@systemlinux.org>
Sat, 22 Mar 2008 14:19:27 +0000
(15:19 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Sat, 22 Mar 2008 14:19:27 +0000
(15:19 +0100)
The string helper functions really should not depend on the
command line parser.
string.c
patch
|
blob
|
history
diff --git
a/string.c
b/string.c
index
afac002
..
91ad3e7
100644
(file)
--- a/
string.c
+++ b/
string.c
@@
-1,5
+1,6
@@
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <limits.h>
@@
-9,7
+10,6
@@
#include <unistd.h>
-#include "cmdline.h"
#include "gcc-compat.h"
#include "log.h"
#include "error.h"