Ticket #8796: registry.cpp.diff

File registry.cpp.diff, 304 bytes (added by SF/subdino, 16 years ago)

patch for engine/registry.cpp

  • engine/registry.cpp

     
    2626#include "engine/registry.h"
    2727
    2828#include <cstdlib>
     29#include <cstring>
    2930
    3031Registry *g_registry = NULL;
    3132