emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/process.h
Date: Mon, 24 Apr 2006 13:10:20 +0000

Index: emacs/src/process.h
diff -u emacs/src/process.h:1.33 emacs/src/process.h:1.34
--- emacs/src/process.h:1.33    Sat Apr  8 15:07:34 2006
+++ emacs/src/process.h Mon Apr 24 13:10:19 2006
@@ -19,6 +19,12 @@
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.  */
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 
 /* This structure records information about a subprocess
    or network connection.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]