aboutsummaryrefslogtreecommitdiffstats
path: root/showlease.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-20 00:59:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-20 00:59:18 +0000
commit13f092c0d7341594c09983cb28586bab80b92121 (patch)
tree5cc48473d65059c53a1262f271d626541aea850e /showlease.c
parent688bf62225e5a639d17bf7421fa865714aa3a92c (diff)
parentb82be17488382132602e33e1a64829e7e5358f0f (diff)
downloadandroid_external_dhcpcd-13f092c0d7341594c09983cb28586bab80b92121.tar.gz
android_external_dhcpcd-13f092c0d7341594c09983cb28586bab80b92121.tar.bz2
android_external_dhcpcd-13f092c0d7341594c09983cb28586bab80b92121.zip
am b82be174: Merge "Fix implicit function declarations."
* commit 'b82be17488382132602e33e1a64829e7e5358f0f': Fix implicit function declarations.
Diffstat (limited to 'showlease.c')
-rw-r--r--showlease.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/showlease.c b/showlease.c
index 50f96df..1257337 100644
--- a/showlease.c
+++ b/showlease.c
@@ -1,7 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <errno.h>
#include <fcntl.h>
+#include <unistd.h>
#include "dhcp.h"
#include "config.h"