summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorAmadeusz Sławiński <amade@asmblr.net>2016-09-29 20:38:37 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2016-09-29 20:38:37 +0200
commitddc1d4697de77e8dbba917c0502a9e52e8cc04d3 (patch)
tree1be58189cd3a466dd2f945dff849b5ca53ea6441 /src/window.h
parentddccc921974a7b38fa3bc9be84e215037e402203 (diff)
downloadscreen-ddc1d4697de77e8dbba917c0502a9e52e8cc04d3.tar.gz
move execvpe definition to header
needed for display.c which also uses execvpe on platforms that don't have it
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 5265c78..1f7b5ac 100644
--- a/src/window.h
+++ b/src/window.h
@@ -328,6 +328,7 @@ void WindowDied (Window *, int, int);
void ResetWindow (Window *);
#ifndef HAVE_EXECVPE
#include <unistd.h>
+void execvpe(char *, char **, char **);
#endif
/* global variables */