Skip to content
Snippets Groups Projects
Commit 2952f846 authored by deuce's avatar deuce
Browse files

Fix include for Win32

parent 0a8331b6
Branches
Tags
No related merge requests found
/* Copyright (C), 2007 by Stephen Hurd */ /* Copyright (C), 2007 by Stephen Hurd */
#include <stdio.h> /* NULL */ #include <stdio.h> /* NULL */
#include <unistd.h> /* _exit() */ #ifdef _WIN32
#include <stdlib.h>
#else
#include <unistd.h> /* _exit() */
#endif
#include "st_crypt.h" #include "st_crypt.h"
#include <xp_dl.h> #include <xp_dl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment