summaryrefslogtreecommitdiff
path: root/src/rops.h
diff options
context:
space:
mode:
authortwinaphex2018-04-20 19:03:55 +0200
committertwinaphex2018-04-20 19:03:55 +0200
commitf1e7b6b3394c66860b810804aac45be24bd31dbf (patch)
treeb0a7093d37931935113b8a4f41111511f6814f1f /src/rops.h
parent94cd260f105dd7d6470260e6822df997580b196f (diff)
downloadsnes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.gz
snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.tar.bz2
snes9x2002-f1e7b6b3394c66860b810804aac45be24bd31dbf.zip
Don't use stdbool.h anymore
Diffstat (limited to 'src/rops.h')
-rw-r--r--src/rops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rops.h b/src/rops.h
index 4f008b3..6ba7279 100644
--- a/src/rops.h
+++ b/src/rops.h
@@ -1,7 +1,7 @@
#ifndef __ROPS_H__
#define __ROPS_H__
-#include "stdbool.h"
+#include <boolean.h>
/*
Raster Operations macros