diff options
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index 9f03c8f695..145785ad69 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -31,10 +31,19 @@ * $/LicenseInfo$ */ +// 1 + + + + #if LL_SDL +// 2 + #include "linden_common.h" +// 3 + #include "llwindowsdl.h" #include "llwindowcallbacks.h" @@ -59,7 +68,7 @@ extern "C" { #if LL_LINUX || LL_SOLARIS // not necessarily available on random SDL platforms, so #if LL_LINUX -// for execv(), waitpid(), fork() +// for execv(), waitpid(), fork() # include <unistd.h> # include <sys/types.h> # include <sys/wait.h> |