]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
set right include path for two #include commands
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Apr 2012 13:45:55 +0000 (13:45 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 1 Apr 2012 13:45:55 +0000 (13:45 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11782 d7cf8633-e32d-0410-b094-e92efae38249

sbar.c
sys_win.c

diff --git a/sbar.c b/sbar.c
index fd242066fc8e6759f2418307f301a834f018bbf4..7f75a5d30d9146decf5c365e0972f0ff07bfee50 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 // sbar.c -- status bar code
 
 #include "quakedef.h"
-#include "time.h"
+#include <time.h>
 #include "cl_collision.h"
 #include "csprogs.h"
 
index 3b48f18d0eebfe9ba0af6f9e7d92af02d85a1786..de1f47187c2e0f766414bebf630c3d62cdcae9ed 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "qtypes.h"
 
 #include "quakedef.h"
-#include "errno.h"
+#include <errno.h>
 #include "resource.h"
 #include "conproc.h"