about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-01-23 15:47:46 -0600
committerMarco Peereboom <marco@conformal.com>2012-01-23 15:47:46 -0600
commitee4e2f2e4beacb8bd4257acaeaffa942875609e3 (patch)
tree0cb313da1508b4d05a557c05a3c2c54a9825501a /xxxterm.c
parentc1264a60aaf38e3c0304c03f8d94f3b8a01b79b0 (diff)
downloadxombrero-ee4e2f2e4beacb8bd4257acaeaffa942875609e3.tar.gz
include using <> instead of ; this will have fallout
Diffstat (limited to 'xxxterm.c')
-rw-r--r--xxxterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xxxterm.c b/xxxterm.c
index 818f3a2..2a7270f 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -19,7 +19,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "xxxterm.h"
+#include <xxxterm.h>
 #include "version.h"
 
 char		*version = XXXTERM_VERSION;