Fic includes to use "" instead of <>

This commit is contained in:
Nils O. Selåsdal
2014-09-11 21:55:57 +02:00
parent b39cabc055
commit 5f89edc0d9
39 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <stdio.h>
#include <ucore/backtrace.h>
#include "ucore/backtrace.h"
//note , compiling this without -rdynamic does not
//translate addresses to function names. Use the addr2line in that case