mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Don't make autogen.sh look for a specific version of automake (seems to still
work) Include <errno.h> in connection.c; hopefully fixes Geoff Shang's compilation problems. svn path=/icecast/trunk/icecast/; revision=14155
This commit is contained in:
parent
197be21d1c
commit
ab1447d35b
@ -1,6 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.6 foreign dist-zip
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = src conf debian doc web admin win32 examples
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#ifdef HAVE_POLL
|
||||
|
Loading…
Reference in New Issue
Block a user