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";

View file

@ -25,6 +25,7 @@
#include <dbus-c++/message.h>
#include <dbus/dbus.h>
#include <cstdlib>
#include "internalerror.h"
#include "message_p.h"

View file

@ -26,6 +26,7 @@
#include <dbus-c++/object.h>
#include "internalerror.h"
#include <cstring>
#include <map>
#include <dbus/dbus.h>

View file

@ -25,6 +25,7 @@
#include <dbus-c++/types.h>
#include <dbus-c++/object.h>
#include <dbus/dbus.h>
#include <cstdlib>
#include <stdarg.h>
#include "message_p.h"

View file

@ -21,6 +21,7 @@
*
*/
#include <cstring>
#include <signal.h>
#include <unistd.h>
#include <iostream>

View file

@ -26,6 +26,8 @@
#include <dbus/dbus.h>
#include <cstdlib>
#include <cstring>
#include <string>
#include <map>
#include <iostream>