File: error-unknown-type-name-uint64_t

package info (click to toggle)
subtle 0.11.3224-xi-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: ansic: 14,699; ruby: 3,101; makefile: 16
file content (10 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- subtle-0.11.3224-xi.orig/src/shared/shared.h
+++ subtle-0.11.3224-xi/src/shared/shared.h
@@ -16,6 +16,7 @@
 /* Includes {{{ */
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <string.h>
 #include <stdarg.h>
 #include <signal.h>