about summary refs log tree commit diff stats
path: root/cookie.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 /cookie.c
parentc1264a60aaf38e3c0304c03f8d94f3b8a01b79b0 (diff)
downloadxombrero-ee4e2f2e4beacb8bd4257acaeaffa942875609e3.tar.gz
include using <> instead of ; this will have fallout
Diffstat (limited to 'cookie.c')
-rw-r--r--cookie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cookie.c b/cookie.c
index 2e3061e..10d71db 100644
--- a/cookie.c
+++ b/cookie.c
@@ -14,7 +14,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "xxxterm.h"
+#include <xxxterm.h>
 
 #define XT_REJECT_FILE		("rejected.txt")
 #define XT_COOKIE_FILE		("cookies.txt")