osxcross/wrapper/programs/proginc.h
Thomas Pöchtrager 08414886fb Add llvm-dsymutil build script + re-add 7e9f85
This finally makes proper debugging possible
2015-08-31 21:02:38 +02:00

17 lines
253 B
C++

#include "compat.h"
#include <vector>
#include <iostream>
#include <sstream>
#include <cstdlib>
#include <cstring>
#include <climits>
#include <cassert>
#include "tools.h"
#include "target.h"
#include "progs.h"
extern int debug;
extern int unittest;