Fixed unit test usage of visibility macros

This commit is contained in:
Lorenz Meier
2015-02-02 21:03:19 +01:00
parent 52bff67076
commit e6a7dc7a3f
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
/****************************************************************************
*
* Copyright (C) 2012 PX4 Development Team. All rights reserved.
* Copyright (c) 2012-2015 PX4 Development Team. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -66,6 +66,7 @@
#define _SYSTEMLIB_ERR_H
#include <stdarg.h>
#include "visibility.h"
__BEGIN_DECLS