Commit a841cf62 authored by unknown's avatar unknown

azio.c, archive_test.c:

  Include our base headers before system headers


storage/archive/archive_test.c:
  Include our base headers before system headers
storage/archive/azio.c:
  Include our base headers before system headers
parent 1a38bcb4
#include "azlib.h"
#include <stdio.h> #include <stdio.h>
#include <azlib.h>
#define TEST_STRING "This is a test" #define TEST_STRING "This is a test"
#define BUFFER_LEN 1024 #define BUFFER_LEN 1024
......
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
/* @(#) $Id$ */ /* @(#) $Id$ */
#include "azlib.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include "azlib.h"
static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */ static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */
/* gzip flag byte */ /* gzip flag byte */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment