trivial: add missing includes

This commit is contained in:
cee1 2010-10-08 16:43:16 -05:00 committed by Dan Williams
parent bbf3f12d7b
commit 9ee77769af
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <glib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <stdlib.h>
#include <glib/gi18n.h>

View file

@ -24,6 +24,7 @@
*/
#include <string.h>
#include <net/ethernet.h>
#include <netinet/ether.h>
#include <dbus/dbus-glib.h>