libfreerdp-utils: fix unterminated #ifdef

This commit is contained in:
Marc-André Moreau
2012-09-06 13:28:33 -04:00
parent f45bc0c2a7
commit 13cde7e97c

View File

@@ -31,6 +31,7 @@
#define isatty _isatty
#ifndef STDIN_FILENO
#define STDIN_FILENO 0
#endif
#else
#include <unistd.h>
#endif