aboutsummaryrefslogtreecommitdiff
path: root/libdex
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-03-21 17:23:56 -0700
committerCarl Shapiro <cshapiro@google.com>2011-03-21 17:23:56 -0700
commit1a777d230192f3f8c4d41f58f68b29ef2dbae9ff (patch)
tree5827c3a81e721d98d381e6861aabc0f3e096865a /libdex
parent111afc834432531b3528d36d7ff551ac350fb581 (diff)
Add a missing strings.h include for strcasecmp.
Change-Id: I06949c34d8ce0f48fa905d3a03d87de81e47e2f9
Diffstat (limited to 'libdex')
-rw-r--r--libdex/CmdUtils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdex/CmdUtils.c b/libdex/CmdUtils.c
index 6a054c889..ecb53e86d 100644
--- a/libdex/CmdUtils.c
+++ b/libdex/CmdUtils.c
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <fcntl.h>
#include <errno.h>