• Show log

    Commit

  • Hash : b3be0fc7
    Author : Ramsay Jones
    Date : 2008-12-03T23:54:47

    Fix an "implicit function definition" warning on cygwin In particular, the warning relates to malloc(), which is declared in <stdlib.h>. This header is now included, indirectly, via the "common.h" header. Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>