gcc 4.4 requires stdarg in hammer.h

This commit is contained in:
Meredith L. Patterson 2012-11-11 12:39:23 -05:00
parent 4ee72f7308
commit e9b49cf24c

View file

@ -17,6 +17,7 @@
#ifndef HAMMER_HAMMER__H
#define HAMMER_HAMMER__H
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include "allocator.h"