diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-12-18 05:08:52 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 080430b3bda2bec05362119447d51b6c37f1cfc1 (patch) | |
| tree | a4d2354ed94acb903f7f79a83e198398cb6eb757 /src/fixer.h | |
| parent | 95b8b49b7602e4e2d3cd9e38273fa94451bec780 (diff) | |
Redid the most of the file loading/saving. Now uses $HOME/.avp/ and
$AVP_DIR to look for files.
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fixer.h b/src/fixer.h index d0259f3..c15e37e 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -11,7 +11,7 @@ extern "C" { #include <limits.h> #include <inttypes.h> /* int64_t */ -void FixFilename(char *str); +#include "files.h" #define PACKED __attribute__((packed)) |
