Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
2b7d75d2
Commit
2b7d75d2
authored
Jan 25, 2015
by
Elliott Hughes
Browse files
Options
Downloads
Patches
Plain Diff
Add missing <string.h> includes.
Change-Id: I3d1ad54418f69f947e2d829d63b53d44581bfd86
parent
d0984932
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
netcfg/netcfg.c
+1
-0
1 addition, 0 deletions
netcfg/netcfg.c
toolbox/dynarray.c
+2
-1
2 additions, 1 deletion
toolbox/dynarray.c
toolbox/watchprops.c
+1
-0
1 addition, 0 deletions
toolbox/watchprops.c
with
4 additions
and
1 deletion
netcfg/netcfg.c
+
1
−
0
View file @
2b7d75d2
...
...
@@ -22,6 +22,7 @@
#include
<netutils/ifc.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
void
die
(
const
char
*
reason
)
{
...
...
This diff is collapsed.
Click to expand it.
toolbox/dynarray.c
+
2
−
1
View file @
2b7d75d2
#include
"dynarray.h"
#include
<stdlib.h>
#include
<limits.h>
#include
<stdlib.h>
#include
<string.h>
void
dynarray_init
(
dynarray_t
*
a
)
...
...
This diff is collapsed.
Click to expand it.
toolbox/watchprops.c
+
1
−
0
View file @
2b7d75d2
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
#include
<time.h>
#include
<errno.h>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment