aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio
diff options
context:
space:
mode:
authorArvindh Rajesh Tamilmani <art@a-30.net>2010-04-09 15:28:16 -0700
committerRuss Cox <rsc@swtch.com>2010-04-09 15:28:16 -0700
commit80c90f271e673a036cf208399cfc824e388249c5 (patch)
treeac44124a2d752aeb79e0b3c3139a532d946652e3 /src/cmd/rio
parentf50c3e956ffbeb15f3d386752805d1baf1c708df (diff)
downloadplan9port-80c90f271e673a036cf208399cfc824e388249c5.tar.gz
plan9port-80c90f271e673a036cf208399cfc824e388249c5.tar.bz2
plan9port-80c90f271e673a036cf208399cfc824e388249c5.zip
fix build on SunOS (Sparc)
R=rsc CC=codebot http://codereview.appspot.com/882044
Diffstat (limited to 'src/cmd/rio')
-rw-r--r--src/cmd/rio/key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/key.c b/src/cmd/rio/key.c
index 12cc53ea..5bac1735 100644
--- a/src/cmd/rio/key.c
+++ b/src/cmd/rio/key.c
@@ -6,6 +6,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
+#include <X11/keysym.h>
#include <X11/extensions/shape.h>
#include "dat.h"
#include "fns.h"