소스 검색

fix an include warning

Ioannis Koutras 12 년 전
부모
커밋
2d42eb2f52
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/debug.c

+ 1 - 0
src/debug.c

@@ -30,6 +30,7 @@
 #include "locks.h"
 
 #include "dmmlib/freelist/freelist_rb.h"
+#include "freelist/debug.h"
 
 /** Gets the number of raw blocks that are currently managed by an allocator.
  *