We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd805 commit 661a3d8Copy full SHA for 661a3d8
1 file changed
src/rebound.c
@@ -25,11 +25,11 @@
25
#include <stdio.h>
26
#include <string.h>
27
#ifdef _WIN32
28
- #include <io.h>
29
- #define isatty _isatty
30
- #define STDERR_FILENO 2
+#include <io.h>
+#define isatty _isatty
+#define STDERR_FILENO 2
31
#else
32
- #include <unistd.h>
+#include <unistd.h>
33
#endif
34
#include "rebound.h"
35
#include "rebound_internal.h"
0 commit comments