vcpkg/ports/libexif/add-missing-_stdint-h.patch
contre a97f42cf0b [Libexif] update download location (#7344)
* [libexif] update download location

* [libexif] Update homepage & switch to vcpkg_from_github

* [libexif] add missing _stdint.h file via patch mechanism

* [libexif] actually include modifications to tell it to use the patch file
2019-07-22 10:33:26 -07:00

8 lines
168 B
Diff

diff --git a/libexif/_stdint.h b/libexif/_stdint.h
new file mode 100644
index 0000000..9a6118b
--- /dev/null
+++ b/libexif/_stdint.h
@@ -0,0 +1 @@
+#include <stdint.h>