Add missing includes for Fedora 9 (Victor Wodecki)

This commit is contained in:
pd 2008-06-14 15:58:08 +02:00
parent adbbee355e
commit 7029028cd6
6 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include <stdlib.h>
#include <signal.h>
#include <stdio.h>
#include <limits.h>
static const char* ECHO_SERVER_NAME = "org.freedesktop.DBus.Examples.Echo";
static const char* ECHO_SERVER_PATH = "/org/freedesktop/DBus/Examples/Echo";