commit | 2b7d75d2e606df783c7329909a5aec65309ceb7c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 24 20:03:09 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Jan 24 20:03:09 2015 -0800 |
tree | 099c61a25e1aee2e8716554b78342a98c102bf8d | |
parent | d09849329347d6dadc1ff79f9b87071ee6875ee8 [diff] [blame] |
Add missing <string.h> includes. Change-Id: I3d1ad54418f69f947e2d829d63b53d44581bfd86
diff --git a/netcfg/netcfg.c b/netcfg/netcfg.c index 4e83ba4..204bf1d 100644 --- a/netcfg/netcfg.c +++ b/netcfg/netcfg.c
@@ -22,6 +22,7 @@ #include <netutils/ifc.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> void die(const char *reason) {