summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorMike Gerwitz <mike@mikegerwitz.com>2013-11-24 23:17:01 -0500
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 14:35:04 +0200
commit70b87425b446e793810f72473acd7fc8b5f33232 (patch)
tree1013605ffd4547077ce3314fad30276a706533d5 /src/window.h
parent7a8463af84ba8012bf1c4dc39774b11713886dc2 (diff)
downloadscreen-70b87425b446e793810f72473acd7fc8b5f33232.tar.gz
execvpe defined in unistd.h
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 1f84a2d..1aa4fb6 100644
--- a/src/window.h
+++ b/src/window.h
@@ -316,7 +316,7 @@ int ReleaseAutoWritelock (Display *, Window *);
int ObtainAutoWritelock (Display *, Window *);
void CloseDevice (Window *);
#ifndef HAVE_EXECVPE
-void execvpe (char *, char **, char **);
+#include <unistd.h>
#endif
/* global variables */