1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 02:28:03 +00:00

add an #include guard to keep tr-lpd.h package-visible

This commit is contained in:
Charles Kerr 2010-09-23 13:29:41 +00:00
parent 99a1d0a123
commit 80582f8ccc

View file

@ -20,6 +20,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#ifndef __TRANSMISSION__
#error only libtransmission should #include this header.
#endif
#ifndef _TR_LPD_H
#define _TR_LPD_H