Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
afe47fb02e
2 changed files with 5 additions and 0 deletions
  1. 2 0
      panda/src/putil/config_util.N
  2. 3 0
      panda/src/putil/config_util.cxx

+ 2 - 0
panda/src/putil/config_util.N

@@ -1,2 +1,4 @@
 forcetype DSearchPath
+forcetype Filename
+
 

+ 3 - 0
panda/src/putil/config_util.cxx

@@ -22,6 +22,9 @@
 #include "writeableConfigurable.h"
 #include "get_config_path.h"
 
+// Just to make sure the forcetype defined in config_util.N picks this up.
+#include "filename.h"
+
 #include <dconfig.h>
 
 ConfigureDef(config_util);