Navigation



Ignore:
Timestamp:
Feb 2, 2010, 10:15:05 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed rt_default extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r51 r168  
    6565        # Now check the number of args of this function, since it changed between Ubuntu 9.04 and 9.10
    6666        SET(CHECK_SCTP_CONNECTX_4_ARGS_SOURCE_CODE "
    67                 #include <netinet/sctp.h>;
     67                #include <unistd.h>
     68                #include <netinet/sctp.h>
    6869                int main() {
    6970                   return sctp_connectx(0, NULL, 0, NULL);
Note: See TracChangeset for help on using the changeset viewer.