osxcross/wrapper/programs/proginc.h

18 lines
273 B
C
Raw Permalink Normal View History

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