mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 20:23:11 +03:00
Make network test build on windows
Add a little to gitignore
This commit is contained in:
parent
1bebd7d070
commit
efc595394b
7
.gitignore
vendored
7
.gitignore
vendored
@ -2,6 +2,10 @@
|
||||
*.ibc
|
||||
*.ttc
|
||||
*.ttm
|
||||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*.dll
|
||||
|
||||
*.dSYM
|
||||
|
||||
@ -12,6 +16,9 @@
|
||||
/docs/build/
|
||||
|
||||
/libs/**/build
|
||||
|
||||
/src/IdrisPaths.idr
|
||||
|
||||
/tests/**/output
|
||||
/tests/**/*.so
|
||||
/tests/**/*.dylib
|
||||
|
@ -1,7 +1,9 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#ifndef _WIN32
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#include "idris_net.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user