Files
libcss/fix-test-includes.patch
Tomáš Chvátal eb31746201 - Update to 0.9.1:
* Many bugfixes around
  * support for new netsurf-buildsystem toolset
- Rebase libcss-buildopts.patch to this release
- Add patch to fix missing inlcudes:
  * fix-test-includes.patch

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcss?expand=0&rev=11
2020-09-02 09:27:06 +00:00

10 lines
316 B
Diff

Index: libcss-0.9.1/test/dump_computed.h
===================================================================
--- libcss-0.9.1.orig/test/dump_computed.h
+++ libcss-0.9.1/test/dump_computed.h
@@ -1,3 +1,4 @@
+#include <assert.h>
#include <libcss/computed.h>
#include <libcss/properties.h>
#include <libcss/types.h>