From bb29523ff1a17608d58d61ad106166c264263c1e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 19 Jun 2008 21:02:05 -0700 Subject: Include system headers needed for various function prototypes --- plugin/PProcess.c | 1 + xnest-plugin/NewNDest.c | 1 + xnest-plugin/XnestDis.c | 1 + 3 files changed, 3 insertions(+) diff --git a/plugin/PProcess.c b/plugin/PProcess.c index 8d067a8..fb9b532 100644 --- a/plugin/PProcess.c +++ b/plugin/PProcess.c @@ -35,6 +35,7 @@ The Open Group. #include "Prefs.h" #include +#include #include /* for MAXHOSTNAMELEN */ /* and in case we didn't get it from the headers above */ #ifndef MAXHOSTNAMELEN diff --git a/xnest-plugin/NewNDest.c b/xnest-plugin/NewNDest.c index 00c1b1c..1b5ec63 100644 --- a/xnest-plugin/NewNDest.c +++ b/xnest-plugin/NewNDest.c @@ -29,6 +29,7 @@ The Open Group. #include "RxPlugin.h" #include +#include #include diff --git a/xnest-plugin/XnestDis.c b/xnest-plugin/XnestDis.c index a30c79e..0b868db 100644 --- a/xnest-plugin/XnestDis.c +++ b/xnest-plugin/XnestDis.c @@ -30,6 +30,7 @@ The Open Group. #include "RxPlugin.h" #include +#include /*********************************************************************** * Utility functions and global variable to manage display numbers -- cgit v1.2.3