• Show log

    Commit

  • Hash : 0fb4b351
    Author : Patrick Steinhardt
    Date : 2017-06-30T13:27:26

    Fix missing include for header files Some of our header files are not included at all by any of their implementing counter-parts. Including them inside of these files leads to some compile errors mostly due to unknown types because of missing includes. But there's also one case where a declared function does not match the implementation's prototype. Fix all these errors by fixing up the prototype and adding missing includes. This is preparatory work for fixing up missing includes in the implementation files.