This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
ale/ale-0.9.0.1-gcc43.patch

11 lines
318 B
Diff

diff -ruN ale-0.9.0.1-orig/ui/ui.h ale-0.9.0.1/ui/ui.h
--- ale-0.9.0.1-orig/ui/ui.h 2008-06-13 18:20:56.000000000 -0400
+++ ale-0.9.0.1/ui/ui.h 2008-09-24 09:32:51.000000000 -0400
@@ -21,6 +21,7 @@
#ifndef __ui_h__
#define __ui_h__
+#include <cstring>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>