Skip to content

Commit

Permalink
Windows header files for q3lcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan7 committed Dec 26, 2014
1 parent 36f65fd commit a82fb6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/tools/lcc/etc/lcc.c
Expand Up @@ -11,7 +11,12 @@ static char rcsid[] = "Id: dummy rcsid";
#include <assert.h>
#include <ctype.h>
#include <signal.h>
#ifdef WIN32
#include <process.h> /* getpid() */
#include <io.h> /* access() */
#else
#include <unistd.h>
#endif

#ifndef TEMPDIR
#define TEMPDIR "/tmp"
Expand Down

0 comments on commit a82fb6d

Please sign in to comment.