XQuartz: pbproxy: Add a missing include of Xutil.h. Another header

seems to have done this before, but correctness matters.
This commit is contained in:
George Peter Staplin 2008-09-19 00:18:44 -06:00
parent 1e9460abdf
commit 1b4987e779

View File

@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#import <AppKit/NSBitmapImageRep.h>