summaryrefslogtreecommitdiff
path: root/pr/tests/sockping.c
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2009-02-21 04:52:51 +0000
committernelson%bolyard.com <devnull@localhost>2009-02-21 04:52:51 +0000
commit822fff572ac52178082037e3a93fbda4a79ece0f (patch)
tree2fde2e47b92c7b791a3dcccb544e4ee66fdbf728 /pr/tests/sockping.c
parent6fa6ce9ac84ad2b374edc4927281d0cf32092f8a (diff)
downloadnspr-hg-822fff572ac52178082037e3a93fbda4a79ece0f.tar.gz
Bug 469083: WinCE NSPRPUB PR Tests Do Not Run On WinCE/WinMobile6
Patch contributed by John Wolfe <wolfe@lobo.us>, r=nelson
Diffstat (limited to 'pr/tests/sockping.c')
-rw-r--r--pr/tests/sockping.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pr/tests/sockping.c b/pr/tests/sockping.c
index 09365138..fee62250 100644
--- a/pr/tests/sockping.c
+++ b/pr/tests/sockping.c
@@ -56,12 +56,13 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+#include "nst_wince.h"
#define NUM_ITERATIONS 10
static char *child_argv[] = { "sockpong", NULL };
-int main()
+int main(int argc, char **argv)
{
PRFileDesc *sock[2];
PRStatus status;