aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-02 21:03:19 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-02 21:03:19 +0100
commite6a7dc7a3ffd4eb988e9039171f1460f656b28c8 (patch)
treeece3b9235f244819b213bac465143833e2d6b21f /src/modules/systemlib
parent52bff670766cb338afbb131c0dc326f3b19a8817 (diff)
downloadpx4-firmware-e6a7dc7a3ffd4eb988e9039171f1460f656b28c8.tar.gz
px4-firmware-e6a7dc7a3ffd4eb988e9039171f1460f656b28c8.tar.bz2
px4-firmware-e6a7dc7a3ffd4eb988e9039171f1460f656b28c8.zip
Fixed unit test usage of visibility macros
Diffstat (limited to 'src/modules/systemlib')
-rw-r--r--src/modules/systemlib/err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/systemlib/err.h b/src/modules/systemlib/err.h
index ca13d6265..af90c2560 100644
--- a/src/modules/systemlib/err.h
+++ b/src/modules/systemlib/err.h
@@ -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