Commit 48db6f20 authored by unknown's avatar unknown
Browse files

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 db0a4e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#include "azlib.h"
#include <stdio.h>
#include <azlib.h>

#define TEST_STRING "This is a test"
#define BUFFER_LEN 1024
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

/* @(#) $Id$ */

#include "azlib.h"

#include <stdio.h>
#include <string.h>

#include "azlib.h"

static int const gz_magic[2] = {0x1f, 0x8b}; /* gzip magic header */

/* gzip flag byte */