summaryrefslogtreecommitdiff
path: root/amiga/stringview
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/stringview')
-rwxr-xr-xamiga/stringview/stringview.c2
-rwxr-xr-xamiga/stringview/stringview.h2
-rw-r--r--amiga/stringview/urlhistory.c4
3 files changed, 7 insertions, 1 deletions
diff --git a/amiga/stringview/stringview.c b/amiga/stringview/stringview.c
index 2d99c1751..5aea939d5 100755
--- a/amiga/stringview/stringview.c
+++ b/amiga/stringview/stringview.c
@@ -32,6 +32,8 @@
#include <gadgets/layout.h>
#include <gadgets/listbrowser.h>
+#include "amiga/os3support.h"
+
#include "stringview.h"
#include "urlhistory.h"
diff --git a/amiga/stringview/stringview.h b/amiga/stringview/stringview.h
index b9786ecb0..f989b2a0f 100755
--- a/amiga/stringview/stringview.h
+++ b/amiga/stringview/stringview.h
@@ -17,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "amiga/os3support.h"
+
#include <exec/semaphores.h>
#include <intuition/classes.h>
#include <intuition/classusr.h>
diff --git a/amiga/stringview/urlhistory.c b/amiga/stringview/urlhistory.c
index b8a0168db..659e7d4c7 100644
--- a/amiga/stringview/urlhistory.c
+++ b/amiga/stringview/urlhistory.c
@@ -22,7 +22,9 @@
#include <ctype.h>
#include <string.h>
-#include "proto/exec.h"
+#include <proto/exec.h>
+
+#include "amiga/os3support.h"
#include "urlhistory.h"