Linux compilation of ttsnoop (Matthew Howkins)
This may contain prexisting 64-bit issues, caused by hammering pointers into ints.
This commit is contained in:
@@ -41,7 +41,13 @@
|
||||
***/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(linux)
|
||||
#include <strstream>
|
||||
#else
|
||||
#include <strstream.h>
|
||||
#endif
|
||||
|
||||
#include <Xm/TextF.h>
|
||||
#include <Xm/List.h>
|
||||
#include "DtTt.h"
|
||||
|
||||
Reference in New Issue
Block a user