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

Fix include for Win32

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