1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Fix build with gcc46

Submitted by:	avg
This commit is contained in:
Florian Smeets 2012-02-02 21:20:48 +00:00
parent 299b6149df
commit 6ae2135e6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290325

View File

@ -0,0 +1,11 @@
--- gfx/ots/src/os2.cc.orig 2012-02-01 23:05:19.933087647 +0200
+++ gfx/ots/src/os2.cc 2012-02-01 23:09:48.507582408 +0200
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include "os2.h"
#include "head.h"