- janitorial: include proper prototypes in libiproute.

This commit is contained in:
Bernhard Reutner-Fischer
2006-04-02 21:14:19 +00:00
parent 7f77810633
commit 9a67ca309c
4 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
#include <stdio.h>
#include <arpa/inet.h>
#include <string.h>
#include "rt_names.h"
#include "utils.h"
#if __GLIBC__ >=2 && __GLIBC_MINOR >= 1