summaryrefslogtreecommitdiff
path: root/StdLib/BsdSocketLib/accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'StdLib/BsdSocketLib/accept.c')
-rw-r--r--StdLib/BsdSocketLib/accept.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/StdLib/BsdSocketLib/accept.c b/StdLib/BsdSocketLib/accept.c
index 3dbfe97013..de8d91f607 100644
--- a/StdLib/BsdSocketLib/accept.c
+++ b/StdLib/BsdSocketLib/accept.c
@@ -12,7 +12,7 @@
**/
-#include <SocketInternals.h>
+#include "SocketInternals.h"
/**
@@ -60,7 +60,7 @@ AcceptWork (
//
// TODO: Update bBlocking by anding with check for NON_BLOCKING
//
-
+
//
// Attempt to accept a new network connection
//