summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-28 18:27:36 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-28 18:27:36 +0800
commita5087b245906efd4f63800a6f5e701f84c218d6e (patch)
tree635050031455c30e74d5fc7af42f5a802b97816c
parent0eea8dfe33c68589406f71d411875b862ddfb377 (diff)
downloadibus-a5087b245906efd4f63800a6f5e701f84c218d6e.tar.gz
ibus-a5087b245906efd4f63800a6f5e701f84c218d6e.tar.xz
ibus-a5087b245906efd4f63800a6f5e701f84c218d6e.zip
Fix compile warnings.
-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"