summaryrefslogtreecommitdiff
path: root/2392a30211d1585560ec658e03fddbea870d4aae
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2023-08-05 20:36:05 -0400
committerMichael Drake <tlsa@netsurf-browser.org>2023-08-09 21:16:41 +0100
commit9c76afd8afc61e8f2fe3a634d3110b786b43b58e (patch)
treedb56835742effa599b6d308dbbe6b671f99907fc /2392a30211d1585560ec658e03fddbea870d4aae
parent088329388d215b3476bc3178e3cdc0ffbb0e951a (diff)
downloadlibsvgtiny-9c76afd8afc61e8f2fe3a634d3110b786b43b58e.tar.gz
libsvgtiny-9c76afd8afc61e8f2fe3a634d3110b786b43b58e.tar.bz2
examples/svgtiny_display_x11.c: include the system copy of svgtiny.h
The header of this file includes instructions for how to build it: Compile using: gcc -g -W -Wall -o svgtiny_display_x11 svgtiny_display_x11.c \ `pkg-config --cflags --libs libsvgtiny cairo` -lX11 That pkg-config command will generate the flags to link against the installed copy of libsvgtiny. The line, #include "svgtiny.h" on the other hand, attempts to use a local header. This commit changes that line to, #include <svgtiny.h> which will use the corresponding system header from whatever include directory pkg-config hands us for libsvgtiny.
Diffstat (limited to '2392a30211d1585560ec658e03fddbea870d4aae')
0 files changed, 0 insertions, 0 deletions