Skip to content
Snippets Groups Projects
Select Git revision
  • branch/default-vms
  • master
  • wild/d977301c9051bf84ddc07dafbaece5492e8f2043
  • branch/default default protected
  • wild/4f4d05e50134ee5072dac0a6471d1800df36962d
5 results

tuklib_exit.c

  • Lasse Collin's avatar
    7c6653df864d
    tuklib_exit: Add missing header. · 7c6653df864d
    Lasse Collin authored
    strerror() needs <string.h> which happened to be included via
    tuklib_common.h -> tuklib_config.h -> sysdefs.h if HAVE_CONFIG_H
    was defined. This wasn't tested without config.h before so it
    had worked fine.
    7c6653df864d
    History
    tuklib_exit: Add missing header.
    Lasse Collin authored
    strerror() needs <string.h> which happened to be included via
    tuklib_common.h -> tuklib_config.h -> sysdefs.h if HAVE_CONFIG_H
    was defined. This wasn't tested without config.h before so it
    had worked fine.