Otherwise some symbols (lseek, open) might not get the 64bit offset
variants because they don't pick up _FILE_OFFSET_BITS.
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2022-10-16 Mark Wielaard <mark@klomp.org>
+
+ * dwfl-report-offline-memory.c: Include config.h first.
+
2022-10-16 Mark Wielaard <mark@klomp.org>
* dwfl-report-offline-memory.c (main): Check lseek, read and malloc
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include <assert.h>
#include <config.h>
+
+#include <assert.h>
#include <fcntl.h>
#include <locale.h>
#include <stdio.h>