summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2003-08-15 04:19:52 +0000
committerChristian Hammond <chipx86@chipx86.com>2003-08-15 04:19:52 +0000
commit4c8ea53908e65cea79d8186467b39aa32cbcb5ee (patch)
tree3f3854c32ae2bbdc7871bdd3bc2eedfba0a9904e
parente14bbaaca10f7d5bbf784b43d8881328ea06c44f (diff)
downloadpidgin-0.67.tar.gz
[gaim-migrate @ 6983]v0.67
Hopefully fix the Zephyr build issue.
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 3dd62fc35c..2881ed1af7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -26,6 +26,8 @@
#ifndef _GAIM_UTIL_H_
#define _GAIM_UTIL_H_
+#include <stdio.h>
+
#include "account.h"
#ifdef __cplusplus