summaryrefslogtreecommitdiffstats
path: root/audio/flite/files/patch-tools-funds_sts_main.c
blob: 1ff32dbb65d654d17a688685a5fe3bf8c55fbaef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Tags: for-upstream

The standard headers must be included before the behavior gets undefined
by the following macro definition.

--- tools/find_sts_main.c.orig	2005-01-01 15:04:43.000000000 +0100
+++ tools/find_sts_main.c	2007-01-21 04:36:17.750982588 +0100
@@ -40,6 +40,8 @@
 #include <stdio.h>
 #include <math.h>
 #include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
 
 /* To allow some normally const fields to manipulated during building */
 #define const
OpenPOWER on IntegriCloud