[pisa-src] r1433 - trunk/libpisa/tunnel.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 29 Oct 2009 19:30:36 +0100

Author: biurrun
Date: Thu Oct 29 19:30:35 2009
New Revision: 1433

Log:
One more C file that should #include its corresponding header file.

Modified:
   trunk/libpisa/tunnel.c

Modified: trunk/libpisa/tunnel.c
==============================================================================
--- trunk/libpisa/tunnel.c      Thu Oct 29 19:29:08 2009        (r1432)
+++ trunk/libpisa/tunnel.c      Thu Oct 29 19:30:35 2009        (r1433)
@@ -18,6 +18,7 @@
 #include <arpa/inet.h>
 
 #include "debug.h"
+#include "tunnel.h"
 #include "util.h"
 
 /**

Other related posts:

  • » [pisa-src] r1433 - trunk/libpisa/tunnel.c - Diego Biurrun