Renamed stacktrace to memtrace
[runtime.git] / lib / silcutil / silcmemory.h
index 74974e96309472784dd3616f446cb129648980e4..64c13b5b5243a7658d3aa454ad81bea68a576fa6 100644 (file)
@@ -30,7 +30,7 @@
 
 /* Prototypes */
 
-#ifndef SILC_STACKTRACE
+#ifndef SILC_MEMTRACE
 
 /****f* silcutil/silc_malloc
  *
@@ -131,8 +131,8 @@ void *silc_memdup(const void *ptr, size_t size);
 char *silc_strdup(const char *str);
 
 #else
-#include "stacktrace.h"
-#endif /* SILC_STACKTRACE */
+#include "memtrace.h"
+#endif /* SILC_MEMTRACE */
 
 
 /* Following functions that use SilcStack as memory source. */