mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
224 B
Text
11 lines
224 B
Text
--- uta/mutex.h.orig Sat Mar 31 05:25:05 2001
|
|
+++ uta/mutex.h Sat Mar 31 05:26:54 2001
|
|
@@ -22,7 +22,7 @@
|
|
#ifndef _MUTEX_H_
|
|
#define _MUTEX_H_
|
|
|
|
-#include <SDL/SDL_mutex.h>
|
|
+#include <SDL11/SDL_mutex.h>
|
|
|
|
namespace uta {
|
|
|