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. THE SOFTWARE.
*/ */
#ifndef __TRANSMISSION__
#error only libtransmission should #include this header.
#endif
#ifndef _TR_LPD_H #ifndef _TR_LPD_H
#define _TR_LPD_H #define _TR_LPD_H