make precompiled header work again

This commit is contained in:
Eduardo Bart
2012-04-14 23:39:14 -03:00
parent fe33614c3a
commit 1d558bc412
5 changed files with 9 additions and 8 deletions

View File

@@ -20,12 +20,14 @@
* THE SOFTWARE.
*/
#define __USE_GNU
#include "crashhandler.h"
#include <framework/global.h>
#include <framework/application.h>
#ifndef __USE_GNU
#define __USE_GNU
#endif
#include <execinfo.h>
#include <ucontext.h>