Build fixes.

This commit is contained in:
Adam Ierymenko 2015-04-24 12:29:31 -07:00
parent 5202fbdaf3
commit 883a216d2a
6 changed files with 63 additions and 6 deletions

View file

@ -113,6 +113,7 @@ private:
sqlite3_stmt *_sCreateNetwork;
sqlite3_stmt *_sUpdateNetworkField;
sqlite3_stmt *_sGetNetworkRevision;
sqlite3_stmt *_sSetNetworkRevision;
sqlite3_stmt *_sGetIpAssignmentsForNode2;
sqlite3_stmt *_sDeleteRelaysForNetwork;
sqlite3_stmt *_sCreateRelay;