summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bus/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/server.c b/bus/server.c
index 0557861..7245bd3 100644
--- a/bus/server.c
+++ b/bus/server.c
@@ -17,10 +17,10 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-
+#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <libgen.h>
+#include <stdlib.h>
#include "server.h"
#include "connection.h"