blob: 58b35316ac0d4f81f31d9a6aaa30598f4fac9bcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- u4.orig/src/u4.c
+++ u4/src/u4.c
@@ -3,6 +3,8 @@
*/
#include <stdio.h>
+#include <sys/stat.h>
+#include <sys/types.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
--- u4.orig/u4.desktop
+++ u4/u4.desktop
@@ -1,9 +1,8 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Ultima 4
Comment=Ultima 4 (xu4)
Exec=u4
-Icon=u4.png
-Terminal=0
+Icon=u4
+Terminal=false
Type=Application
-Categories=Application;Game;RolePlaying;
+Categories=Game;RolePlaying;
|