summaryrefslogtreecommitdiff
path: root/src/libmad/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmad/timer.c')
-rwxr-xr-xsrc/libmad/timer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libmad/timer.c b/src/libmad/timer.c
index 7c45a2556..d2ad43aeb 100755
--- a/src/libmad/timer.c
+++ b/src/libmad/timer.c
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: timer.c,v 1.2 2002/04/30 18:46:58 miguelfreitas Exp $
+ * $Id: timer.c,v 1.3 2002/05/02 16:00:48 jcdutton Exp $
*/
# ifdef HAVE_CONFIG_H
@@ -26,6 +26,7 @@
# include "global.h"
# include <stdio.h>
+# include <stdlib.h> /* For abort() */
# ifdef HAVE_ASSERT_H
# include <assert.h>