summaryrefslogtreecommitdiff
path: root/tools/installcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/installcheck.c')
-rw-r--r--tools/installcheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/installcheck.c b/tools/installcheck.c
index dc4d01d..e088aff 100644
--- a/tools/installcheck.c
+++ b/tools/installcheck.c
@@ -27,7 +27,7 @@
#include "repo_deb.h"
#endif
#include "solver.h"
-#include "sat_xfopen.h"
+#include "solv_xfopen.h"
void
@@ -97,7 +97,7 @@ main(int argc, char **argv)
l = strlen(argv[i]);
if (!strcmp(argv[i], "-"))
fp = stdin;
- else if ((fp = sat_xfopen(argv[i], 0)) == 0)
+ else if ((fp = solv_xfopen(argv[i], 0)) == 0)
{
perror(argv[i]);
exit(1);