ported calc to the s390x IBM Mainframe running RHEL9.1

This commit is contained in:
Landon Curt Noll
2023-07-21 22:38:17 -07:00
parent 15be1dec4d
commit ccd579ecda
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/*
* fposval - Determine information about the file position type
*
* Copyright (C) 1999,2021 Landon Curt Noll
* Copyright (C) 1999,2021,2023 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License
@@ -72,6 +72,7 @@
#include "alloc.h"
#include "have_unused.h"
#include "have_memmv.h"
#include "zmath.h"
#include "banned.h" /* include after system header <> includes */