Support for MaxOS/X.
[oweals/tinc.git] / src / route.c
index dcf43e41e712c5a845a3f6727fda456ca0ec60d9..94c3d576715b6089407f33b3513c24eabc28d657 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: route.c,v 1.1.2.37 2002/03/19 00:08:23 guus Exp $
+    $Id: route.c,v 1.1.2.38 2002/04/19 14:06:40 guus Exp $
 */
 
 #include "config.h"
@@ -40,6 +40,7 @@
 #include <xalloc.h>
 #include <syslog.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <avl_tree.h>