- server: compile fix

svn path=/trunk/boinc/; revision=26009
This commit is contained in:
David Anderson 2012-08-11 16:42:29 +00:00
parent 53782b7de4
commit f09596421c
2 changed files with 8 additions and 2 deletions

View File

@ -5441,3 +5441,9 @@ David 10 Aug 2012
lib/
*.cpp
David 10 Aug 2012
- server: compile fix
lib/
synch.cpp

View File

@ -18,7 +18,7 @@
// interfaces for accessing sempahores
#ifdef HAVE_SYS_SEM_H
#ifndef ANDROID
#include "config.h"
#include <cstdio>
@ -114,4 +114,4 @@ int get_key(char* path, int id, key_t& key) {
return 0;
}
#endif //HAVE_SYS_SEM_H
#endif