blob: 21d27e88fe7013f764facf1f591a28a4e16f1ee7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- pan/gui/group-prefs.cc.orig 2021-08-03 02:25:25 UTC
+++ pan/gui/group-prefs.cc
@@ -17,12 +17,10 @@
*
*/
-extern "C" {
- #include <config.h>
- #include <sys/types.h> // chmod
- #include <sys/stat.h> // chmod
- #include <glib.h>
-}
+#include <config.h>
+#include <sys/types.h> // chmod
+#include <sys/stat.h> // chmod
+#include <glib.h>
#include <iostream>
#include <fstream>
#include <pan/general/file-util.h>
|