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:
@@ -1,5 +1,5 @@
|
||||
#include "azlib.h"
|
||||
#include <stdio.h>
|
||||
#include <azlib.h>
|
||||
|
||||
#define TEST_STRING "This is a test"
|
||||
#define BUFFER_LEN 1024
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user