[network-manager-applet/NMA_0_8] applet: include unistd.h for getpid(2)
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet/NMA_0_8] applet: include unistd.h for getpid(2)
- Date: Fri, 15 Apr 2011 00:52:44 +0000 (UTC)
commit b54693c041e116432e7d71282c43ae4b949df315
Author: Dan Williams <dcbw redhat com>
Date: Thu Apr 14 19:51:43 2011 -0500
applet: include unistd.h for getpid(2)
src/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 9b056bb..5238903 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,6 +29,7 @@
#include <string.h>
#include <stdlib.h>
#include <signal.h>
+#include <unistd.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]