Add API to set thread-priority (for ctrl-surfaces)
[ardour.git] / libs / pbd / pbd / ffs.h
index 3a2eadfae7104ab1f1e0ae62ad25fafe79e14c56..a2158dac462697481aecc2a18da429631635d5bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Tim Mayberry 
+    Copyright (C) 2013 Tim Mayberry
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __libpbd_ffs_h__
 #define __libpbd_ffs_h__
 
+#include "pbd/libpbd_visibility.h"
+
 namespace PBD {
-       int ffs(int x);
-} 
+       LIBPBD_API int ffs(int x);
+}
 
 #endif  /* __libpbd_ffs_h__ */