davidsansome / gtk-qt-engine

Automatically exported from code.google.com/p/gtk-qt-engine
7 stars 4 forks source link

qt_theme_draw.c needs to include stdlib.h for GCC 4.3 compatibility #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Issue imported from Trac - lindevel@gmx.net)

gtk-qt-engine/src/qt_theme_draw.c:119: error: implicit declaration of 
function ‘abs’ 

Should be solved by including stdlib.h (man abs).

Original issue reported on code.google.com by davidsansome on 1 Apr 2009 at 2:05