enabled additional compiler errors
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "internal.h"
|
||||
#include "socket.h"
|
||||
#include "errno.h"
|
||||
#include "assert.h"
|
||||
#include <assert.h>
|
||||
|
||||
Result(Socket) socket_open_TCP(){
|
||||
Socket s = socket(AF_INET, SOCK_STREAM, 0);
|
||||
|
||||
Reference in New Issue
Block a user