X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fffs.h;h=a2158dac462697481aecc2a18da429631635d5bf;hb=ae4e84fd51daa868f6f5f457935c2c186a2bb659;hp=3a2eadfae7104ab1f1e0ae62ad25fafe79e14c56;hpb=a6e0b60ae1df3676ba45eeb302108eecfe7a7797;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__ */