[AD] Patch for allegro5/threads.h |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
With this patch we can include "allegro5/threads.h" directly (because this
file uses ALLEGRO_TIMEOUT we have to include "altime.h" before).
Index: include/allegro5/threads.h
===================================================================
--- include/allegro5/threads.h (revisi¢n: 12434)
+++ include/allegro5/threads.h (copia de trabajo)
@@ -20,6 +20,8 @@
#ifndef _al_included_threads_h
#define _al_included_threads_h
+#include "allegro5/altime.h"
+
#ifdef __cplusplus
extern "C" {
#endif