linux build fix

This commit is contained in:
Benjamin Sergeant 2019-03-14 15:17:17 -07:00
parent b5e7fb20b6
commit b462b5a5c8

View File

@ -28,10 +28,10 @@ namespace ix
// happens between a control thread and a background thread, which is
// blocked on select.
int _fildes[2];
#endif
// Used to identify the read/write idx
static const int kPipeReadIndex;
static const int kPipeWriteIndex;
#endif
};
}