mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b52d7dc34c
PR: 100101 Submitted by: chinsan <chinsan.tw@gmail.com> Approved by: maintainer timeout (3.5 weeks)
11 lines
255 B
C++
11 lines
255 B
C++
--- src/FbTk/FbPixmap.cc.orig Wed Jul 12 02:27:17 2006
|
|
+++ src/FbTk/FbPixmap.cc Wed Jul 12 02:27:47 2006
|
|
@@ -29,6 +29,7 @@
|
|
#include <X11/Xutil.h>
|
|
#include <X11/Xatom.h>
|
|
#include <iostream>
|
|
+#include <stdio.h>
|
|
#include <string>
|
|
|
|
using namespace std;
|