1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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
This commit is contained in:
unknown
2006-03-26 13:59:37 +02:00
parent db0a4e89c2
commit 48db6f20b2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#include "azlib.h"
#include <stdio.h>
#include <azlib.h>
#define TEST_STRING "This is a test"
#define BUFFER_LEN 1024

View File

@@ -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 */