Build fixes.

This commit is contained in:
David Anderson 2009-08-30 01:19:32 -07:00
parent d682361cfc
commit a620e1490c
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ class SM:
paths.append(['game_shared'])
else:
paths.append(['public', 'game', 'server'])
paths.append(['public', 'game', 'shared'])
paths.append(['game', 'shared'])
paths.append(['common'])
info = self.sdkInfo[sdk]

View File

@ -36,7 +36,7 @@
#undef ARRAYSIZE
#include "vector.h"
#include "utlvector.h"
#include "shareddefs.h"
#include <shareddefs.h>
#include "usercmd.h"
#include "extension.h"