Merge: Compilation to JavaScript using the Emscripten SDK
[nit.git] / lib / standard / stream.nit
index 504396a..79e601f 100644 (file)
@@ -20,6 +20,7 @@ in "C" `{
        #include <poll.h>
        #include <errno.h>
        #include <string.h>
+       #include <signal.h>
 `}
 
 # Abstract stream class