aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2011-01-24 16:42:36 -0800
committerDmitry Shmidt <dimitrysh@google.com>2011-01-25 11:26:43 -0800
commit0545fad98723550607287a86bfee3807c7d26e91 (patch)
tree929f297d0827ea7caec97da72100f02a91095295 /config.h
parente86eee143ed21592f88a46623a81f71002430459 (diff)
downloadexternal_dhcpcd-0545fad98723550607287a86bfee3807c7d26e91.zip
external_dhcpcd-0545fad98723550607287a86bfee3807c7d26e91.tar.gz
external_dhcpcd-0545fad98723550607287a86bfee3807c7d26e91.tar.bz2
dhcpcd: Add Android patches
Change-Id: Ia232992f6e18a1494ad12e38c95fd0d2a7520e8e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 47c795b..180c63e 100644
--- a/config.h
+++ b/config.h
@@ -7,6 +7,7 @@
#include "compat/arc4random.h"
#include "compat/closefrom.h"
#include "compat/strlcpy.h"
+#include "compat/getline.h"
#ifndef MAX
#define MAX(a,b) ((a) >= (b) ? (a) : (b))