File: git-fix

package info (click to toggle)
svox 1.0%2Bgit20130326-14.1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 62,268 kB
  • sloc: ansic: 33,732; cpp: 2,726; java: 1,529; xml: 1,328; perl: 498; sh: 438; makefile: 110
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
--- a/pico/lib/picopal.h
+++ b/pico/lib/picopal.h
@@ -37,6 +37,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <stdint.h>
 #include <math.h>
 #include <stddef.h>
 #include "picopltf.h"