mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
$NetBSD: patch-ap,v 1.2 2011/12/05 22:45:19 joerg Exp $
|
|
|
|
--- src/videooptions.cpp.orig 2007-09-14 05:43:03.000000000 +0000
|
|
+++ src/videooptions.cpp
|
|
@@ -1,9 +1,10 @@
|
|
#include <vector>
|
|
#include <sstream>
|
|
+#include <algorithm>
|
|
|
|
#include <SDL/SDL.h>
|
|
|
|
-#include "guichan/guichan.hpp"
|
|
+#include "guichan.hpp"
|
|
|
|
#include "ui/menuaction.h"
|
|
|