001-missing_stdio.patch 169 B

12345678910
  1. --- a/src/mklibs-readelf/main.cpp
  2. +++ b/src/mklibs-readelf/main.cpp
  3. @@ -7,6 +7,7 @@
  4. #include <elf.h>
  5. #include <getopt.h>
  6. +#include <stdio.h>
  7. #include "elf.hpp"