fifo_buffer: add extern "C"

This commit is contained in:
Max Kellermann
2013-01-15 01:01:25 +01:00
parent f47f86ef02
commit 76bc28ab1e
4 changed files with 9 additions and 8 deletions

View File

@@ -22,8 +22,8 @@
#include "ClientList.hxx"
#include "Partition.hxx"
#include "fd_util.h"
extern "C" {
#include "fifo_buffer.h"
extern "C" {
#include "resolver.h"
}
#include "Permission.hxx"