Browse Source

add missing include

closes #553

Change-Id: Ia605ebac697ab0d8cd28b4d758f27712345f2a81
changes/96/21196/5
Richard Fuchs 8 years ago
parent
commit
0361bbd9b7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/auxlib.c

+ 1
- 0
lib/auxlib.c View File

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <inttypes.h>
#include "log.h"
#include "loglib.h"


Loading…
Cancel
Save