1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 03:11:44 +02:00

Fix a compiler warning

backtrace() needs execinfo.h
This commit is contained in:
Arun Sharma 2011-08-15 20:19:47 -07:00
parent d83846f120
commit 4dbc2bcb94

View file

@ -21,6 +21,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#include <execinfo.h>
#include <memory.h>
#include <stdio.h>
#include <stdlib.h>