[pisa-src] r1769 - in trunk: libpisa/log.h pisacd/cdservers.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 25 Nov 2009 12:56:07 +0100

Author: biurrun
Date: Wed Nov 25 12:56:06 2009
New Revision: 1769

Log:
Add required #includes to make headers standalone.

Modified:
   trunk/libpisa/log.h
   trunk/pisacd/cdservers.h

Modified: trunk/libpisa/log.h
==============================================================================
--- trunk/libpisa/log.h Wed Nov 25 12:28:37 2009        (r1768)
+++ trunk/libpisa/log.h Wed Nov 25 12:56:06 2009        (r1769)
@@ -20,6 +20,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <netinet/in.h>
 
 #define LENGTH_DATE_BUFFER 100
 #define DATE_FORMAT "%H:%M:%S %d.%m.%Y"

Modified: trunk/pisacd/cdservers.h
==============================================================================
--- trunk/pisacd/cdservers.h    Wed Nov 25 12:28:37 2009        (r1768)
+++ trunk/pisacd/cdservers.h    Wed Nov 25 12:56:06 2009        (r1769)
@@ -6,7 +6,9 @@
 #ifndef PISA_CDSERVERS_H
 #define PISA_CDSERVERS_H
 
+#include <netinet/in.h>
 #include "libpisa/conmgr.h"
+#include "libpisa/nat.h"
 
 void pisa_servers_add_all(void);
 pisa_conmgr_entry *pisa_server_add(struct in6_addr *hit, int port, 
pisa_contype type);

Other related posts:

  • » [pisa-src] r1769 - in trunk: libpisa/log.h pisacd/cdservers.h - Diego Biurrun