mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
add an #include guard to keep tr-lpd.h package-visible
This commit is contained in:
parent
99a1d0a123
commit
80582f8ccc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue