[hipl-commit] [trunk] Rev 3967: hipd: Add some missing accessor.h #includes.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 16 Mar 2010 20:16:56 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/03/2010 at 20:16:56
Revision: 3967
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  hipd: Add some missing accessor.h #includes.

Modified:
  M  hipd/hadb.c
  M  hipd/netdev.c
  M  hipd/user.c

=== modified file 'hipd/hadb.c'
--- hipd/hadb.c 2010-03-16 15:10:38 +0000
+++ hipd/hadb.c 2010-03-16 18:16:38 +0000
@@ -7,6 +7,7 @@
 #include "config.h"
 #include "hadb.h"
 #include "hipd.h"
+#include "accessor.h"
 #include "lib/core/list.h"
 #include "lib/core/hostsfiles.h"
 #include "lib/core/hostid.h"

=== modified file 'hipd/netdev.c'
--- hipd/netdev.c       2010-03-16 08:56:15 +0000
+++ hipd/netdev.c       2010-03-16 18:16:38 +0000
@@ -28,6 +28,7 @@
 
 #include "config.h"
 #include "lib/tool/nlink.h"
+#include "accessor.h"
 #include "netdev.h"
 #include "maintenance.h"
 #include "lib/dht/libhipdht.h"

=== modified file 'hipd/user.c'
--- hipd/user.c 2010-03-14 14:05:28 +0000
+++ hipd/user.c 2010-03-16 18:16:38 +0000
@@ -17,6 +17,7 @@
 #define _BSD_SOURCE
 
 #include "config.h"
+#include "accessor.h"
 #include "user.h"
 #include "esp_prot_anchordb.h"
 #include "lib/dht/libhipdht.h"

Other related posts:

  • » [hipl-commit] [trunk] Rev 3967: hipd: Add some missing accessor.h #includes. - Diego Biurrun