X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fffs.h;h=a2158dac462697481aecc2a18da429631635d5bf;hb=8e2d1c7f2a099df5701a605ec884e786dcedae8b;hp=3a2eadfae7104ab1f1e0ae62ad25fafe79e14c56;hpb=aaabaf5d3c8624f398809bb468e2b121a23abda0;p=ardour.git diff --git a/libs/pbd/pbd/ffs.h b/libs/pbd/pbd/ffs.h index 3a2eadfae7..a2158dac46 100644 --- a/libs/pbd/pbd/ffs.h +++ b/libs/pbd/pbd/ffs.h @@ -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 @@ -20,8 +20,10 @@ #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__ */