diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
| commit | e51e51230c9959a1120febbe63582147689552a7 (patch) | |
| tree | e9b106e2e79fed3f787e11bf75f3cf9978665642 /Source/Serialize.cpp | |
| parent | 259be8a74552d136fcdfa5eea3a0abe9489dc60d (diff) | |
| download | blackshades-e51e51230c9959a1120febbe63582147689552a7.tar.gz | |
moved header files around, hopefully fixing osx build
git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Serialize.cpp')
| -rw-r--r-- | Source/Serialize.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Serialize.cpp b/Source/Serialize.cpp index a59c202..589dcb9 100644 --- a/Source/Serialize.cpp +++ b/Source/Serialize.cpp @@ -1,9 +1,9 @@ +#include <unistd.h> + #include "Models.h" #include "Quaternions.h" #include "Serialize.h" -#include <unistd.h> - /* these all read big-endian data */ int ReadBool(int fd, int count, bool *b) |
