summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:44 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-12-19 20:55:44 +0000
commit24fddb6f3214189dae072f375403462d5e9f6091 (patch)
tree297851e5df81d1d6e3679b2901300388115f0f48 /read.c
parentf570299bb0f2a55e3059d1f4b42cb3d40a92793a (diff)
Diffstat (limited to 'read.c')
-rw-r--r--read.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/read.c b/read.c
index 07d2f2a..b24cc03 100644
--- a/read.c
+++ b/read.c
@@ -19,13 +19,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-/* $XFree86: xc/programs/fonttosfnt/read.c,v 1.4 2003/11/21 05:22:09 dawes Exp $ */
+/* $XFree86: xc/programs/fonttosfnt/read.c,v 1.6 2003/12/19 02:16:36 dawes Exp $ */
#include <stdio.h>
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_BDF_H
+#include "X11/Xos.h"
#include "fonttosfnt.h"
#include "fontenc.h"
@@ -38,7 +39,7 @@ static int ft_inited = 0;
static FT_Library ft_library;
static int
-FT_Ensure_Inited()
+FT_Ensure_Inited(void)
{
int rc;
if(ft_inited)