Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-vlc@jannau.net>2020-08-22 13:09:45 +0300
committerJanne Grunau <janne-vlc@jannau.net>2020-08-23 01:32:43 +0300
commit791c4697219b27ab79fb4536725a0a7d58c014d3 (patch)
tree4e6eea4c405d8022c932d2f906df8fae1ac9a979 /include
parent6f3a8fb971e31126e80ec4014a4608474ccbb330 (diff)
dav1d/headers.h: add missing stdint.h include
Diffstat (limited to 'include')
-rw-r--r--include/dav1d/headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dav1d/headers.h b/include/dav1d/headers.h
index f850d2d..1fba403 100644
--- a/include/dav1d/headers.h
+++ b/include/dav1d/headers.h
@@ -28,6 +28,7 @@
#ifndef DAV1D_HEADERS_H
#define DAV1D_HEADERS_H
+#include <stdint.h>
#include <stddef.h>
// Constants from Section 3. "Symbols and abbreviated terms"