aboutsummaryrefslogtreecommitdiffstats
path: root/main/sdl2/fix-directfb-include.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/sdl2: fix include of directfb in headerNatanael Copa2017-11-221-0/+27
we need to include the directfb.h outside extern "C" because it includes c++ headers, or we will have an error: template with C linkage when compiling gource. similar to this issue here: https://github.com/msgpack/msgpack-c/issues/551