From: <den...@us...> - 2010-12-03 15:59:03
|
Revision: 389 http://stdair.svn.sourceforge.net/stdair/?rev=389&view=rev Author: denis_arnaud Date: 2010-12-03 15:58:57 +0000 (Fri, 03 Dec 2010) Log Message: ----------- [API] Fixed a few compilation errors with the new API. Modified Paths: -------------- trunk/stdair/config/stdair.m4 Modified: trunk/stdair/config/stdair.m4 =================================================================== --- trunk/stdair/config/stdair.m4 2010-12-03 15:36:11 UTC (rev 388) +++ trunk/stdair/config/stdair.m4 2010-12-03 15:58:57 UTC (rev 389) @@ -83,7 +83,7 @@ AC_COMPILE_IFELSE( AC_LANG_PROGRAM([[ - #include <stdair/stdair.hpp> + #include <stdair/STDAIR_Service.hpp> ]], [[int i=0;]] ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |