Fixed compiler failures and warnings

This commit is contained in:
Monty 2016-03-20 21:00:58 +02:00
commit 0c9d39edc3
4 changed files with 12 additions and 21 deletions

View file

@ -16,11 +16,11 @@
#ifndef BOUNDED_QUEUE_INCLUDED
#define BOUNDED_QUEUE_INCLUDED
#include <string.h>
#include "my_global.h"
#include "my_base.h"
#include "my_sys.h"
#include "queues.h"
#include <string.h>
class Sort_param;