Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
8bc78447
Commit
8bc78447
authored
Mar 08, 2003
by
Karl Heyes
Browse files
include the automake config.h file if the application defines one
svn path=/trunk/avl/; revision=4450
parent
d4b0c1e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/avl/avl.c
View file @
8bc78447
...
...
@@ -22,13 +22,17 @@
*
*/
/* $Id: avl.c,v 1.
2
2003/03/0
6 00:59:41 brendan
Exp $ */
/* $Id: avl.c,v 1.
3
2003/03/0
8 16:05:38 karl
Exp $ */
/*
* This is a fairly straightfoward translation of a prototype
* written in python, 'avl_tree.py'. Read that file first.
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
...
...
src/thread/thread.c
View file @
8bc78447
...
...
@@ -18,6 +18,10 @@
** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdio.h>
#include
<stdlib.h>
#include
<string.h>
...
...
src/timing/timing.c
View file @
8bc78447
...
...
@@ -2,6 +2,10 @@
** - Timing functions
*/
#ifdef HAVE_CONFIG_H
#include
<config.h>
#endif
#include
<stdlib.h>
#include
<sys/types.h>
#ifdef HAVE_STDINT_H
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment