*** empty log message ***

svn path=/trunk/boinc/; revision=10663
This commit is contained in:
Charlie Fenton 2006-07-18 01:39:57 +00:00
parent 74ad6f7ca0
commit fc6bec73d1
2 changed files with 11 additions and 0 deletions

View File

@ -7609,3 +7609,10 @@ David 17 July 2006
scheduler_ops.C
lib/
app_ipc.C
Charlie 17 July 2006
- Fix lost changes from July 3 merge of simple gui and sandbox XCode projects.
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -21,6 +21,10 @@
#pragma implementation "sg_ViewTabPage.h"
#endif
#ifdef __APPLE__
#include <unistd.h> // For itoa()
#endif
#include "stdwx.h"
#include "BOINCGUIApp.h"
#include "MainDocument.h"