Linux compilation of ttsnoop (Matthew Howkins)

This may contain prexisting 64-bit issues, caused by hammering pointers
into ints.
This commit is contained in:
Peter Howkins
2012-04-12 19:08:52 +01:00
parent 0859109ba0
commit aa605c16f3
12 changed files with 94 additions and 25 deletions

View File

@@ -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"