diff options
Diffstat (limited to 'contrib/ntp/sntp/tests/g_networking.cpp')
-rw-r--r-- | contrib/ntp/sntp/tests/g_networking.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/tests/g_networking.cpp b/contrib/ntp/sntp/tests/g_networking.cpp new file mode 100644 index 0000000..d75f4a5 --- /dev/null +++ b/contrib/ntp/sntp/tests/g_networking.cpp @@ -0,0 +1,5 @@ +#include "g_sntptest.h" + +extern "C" { +#include "networking.h" +}; |