< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] recon compilation


recon wouldn't compile because of 

sipXportLib/include/os/OsIntTypes.h should be included before any stdint.h 

to define C99 integer types (like INT16_MAX)

the build will be happy after simple line changes in include


Index: UserAgent.hxx
===================================================================
--- UserAgent.hxx       (revision 9002)
+++ UserAgent.hxx       (working copy)
@@ -1,8 +1,8 @@
 #if !defined(UserAgent_hxx)
 #define UserAgent_hxx
 
+#include "ConversationManager.hxx"
 #include "ConversationProfile.hxx"
-#include "ConversationManager.hxx"
 #include "UserAgentMasterProfile.hxx"
 #include "HandleTypes.hxx"