Fixed include on TSM_DEBUG

feature/nmux
ha7ilm 2017-01-19 17:08:49 +01:00
rodzic 3246e20864
commit 3f3c3b27c8
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -7,9 +7,7 @@
#include <pthread.h>
#define TSM_DEBUG 0
#if TSM_DEBUG == 1
#include <stdio.h>
#endif
#include <stdio.h>
using namespace std;